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

List processors at boot #692

Merged
merged 1 commit into from
Oct 21, 2024
Merged

List processors at boot #692

merged 1 commit into from
Oct 21, 2024

Conversation

vinc
Copy link
Owner

@vinc vinc commented Oct 21, 2024

The CPU model is displayed at boot using CPUID and now we also list them using ACPI:

[0.367944] CPU GenuineIntel
[0.368944] CPU Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz
[0.373943] CPU BP:0 running
[0.373943] CPU AP:1 waiting

This is a first step toward the idea of using the boot processor (BP) for interrupts and the first application processor (AP) available for userspace programs.

@vinc vinc marked this pull request as ready for review October 21, 2024 14:50
@vinc vinc merged commit 9584f8a into trunk Oct 21, 2024
1 check passed
@vinc vinc deleted the feature/acpi-cpu branch October 21, 2024 14:50
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.

1 participant