-
Notifications
You must be signed in to change notification settings - Fork 215
Kernel loading #505
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
Comments
If you're having trouble using this crate, please read the usage section or take a look at some of our test kernels. Most of the code responsible for loading the elf file can be found here. Lines 631 to 648 in 6fa89e7
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see in the UEFI folder it does in fact use the uefi-rs crate which is nice. I cannot for the love of everything load a kernel in elf64 format... Normally, I'd ask this in the discussions tab which is currently off, so I will try to ask here. I've spent all day playing with numerous elf crates and even trying to parse it myself with no luck. No matter what happens, it just hangs after trying to jump to the kernel. So, how/where does this implementation handle jumping into a kernel?
The text was updated successfully, but these errors were encountered: