-
-
Notifications
You must be signed in to change notification settings - Fork 172
system table can get debug-formatted (including boot and runtime services) #248
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
system table can get debug-formatted (including boot and runtime services) #248
Conversation
Hmm, could you explain the motivation for such a change? Most of the contents of these tables are function pointers, what would be the use case for printing them out? |
c209a82
to
c9ef2e9
Compare
Hey @GabrielMajeri, I'm looking forward for your feedback. |
8fcee21
to
f10dbdb
Compare
f10dbdb
to
02ce9a3
Compare
Current debug format example:
|
Looks good, thank you! |
Hey! This PR makes it possible to debug-format the UEFI system table. I'd love to see this functionality upstream. What do you think?
Example output (I can proof that it works in my QEMU setup)