Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpuid: Adding cpuid to detect x86 CPU information and features. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 [email protected]

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 <[email protected]>
*(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