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

feat(x86_64): debug commands to print CPUID & MSRs #492

Merged
merged 2 commits into from
Dec 29, 2024
Merged

Conversation

hawkw
Copy link
Owner

@hawkw hawkw commented Dec 29, 2024

This commit adds kernel debug shell commands dump arch msr and dump
arch cpuid`, to print the value of x86 model-specific registers and
CPUID leaves, respectively. I also added a bunch of argument-parsing
utilities to the kernel debug shell.

Closes #491

image

@hawkw hawkw enabled auto-merge (squash) December 29, 2024 19:19
@hawkw hawkw merged commit 8c2cc10 into main Dec 29, 2024
18 checks passed
@hawkw hawkw deleted the eliza/dump-msrs branch December 29, 2024 19:37
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.

add kernel debug commands to print arbitrary CPUID leaves and MSRs
1 participant