Skip to content

Conversation

@jcfaracco
Copy link
Contributor

This is a minimal implementation of cpuid module to detect some CPU
features and other information useful in the future.

Signed-off-by: Julio Faracco jcfaracco@gmail.com

This is a minimal implementation of cpuid module to detect some CPU
features and other information useful in the future.

Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
*(s + 1) = '\0';
}

void cpuinfo(void)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although TempOS supports only x86 so far, I would expect to see some independent architecture "export" from here. For instance, how this information can be accessed from main kernel thread? This PR would be much more complete if you can provide not only the dependent part, but the independent interface for cpu information as well....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants