-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
EFI Prekernel (5/N): EFIPrekernel: Add basic skeleton #24995
Conversation
ab27ac9
to
8ffa1ce
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! |
This simply makes dbgln use the EFI Simple Text Output Protocol.
This file will be linked to the EFIPrekernel.
8ffa1ce
to
159f457
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit factoring is somewhat unfortunate, but there is no real way to fix it and everything else looks reasonable as well. I'll try and find a quiet moment to give it a spin.
This target was removed in 175f9dc, but the dependency on it wasn't removed from faeb9ff before PR SerenityOS#24995 was merged. This should make everything build again.
This skeleton is already bootable on all our supported architectures.
This PR depends on #24984 and #24985, therefore draft.