-
Notifications
You must be signed in to change notification settings - Fork 17
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
When and how do we load ELF-related code #7
Comments
Or, we can simply omit MBR altogether and use whatever we like to bring up the kernel. What matters in (current) operating system course and experiment is the kernel, not BIOS. We could just tell them where and how to put the kernel on the storage regardless of the detail of BIOS stage. We could release the BIOS code and document the mechanism as a challenge. Loongson’s PMON code is quite crappy, though. 发自 Windows 邮件 发件人: David Gao Been doing some research and even simple validation and loading of ELF files CANNOT fit into 448-bit MBR code. Here are some possible solutions.
— |
even better. |
Hi, We want to use the boot loader to hide the difference of underline ISAs. Please finish your documents like Appendix B in the Xv6 Book. Our focus is the teaching OS like xv6. It is a tight schedule for us to provide a reference implementation and documents for other TAs. Thanks for your contributions. Regards, Leon Prof. Liang ZHANG (Leon) Ph.D -----原始邮件----- Or, we can simply omit MBR altogether and use whatever we like to bring up the kernel. What matters in (current) operating system course and experiment is the kernel, not BIOS. We could just tell them where and how to put the kernel on the storage regardless of the detail of BIOS stage. We could release the BIOS code and document the mechanism as a challenge. Loongson’s PMON code is quite crappy, though. 发自 Windows 邮件 发件人: David Gao Been doing some research and even simple validation and loading of ELF files CANNOT fit into 448-bit MBR code. Here are some possible solutions.
— — |
Been doing some research and even simple validation and loading of ELF files CANNOT fit into 448-bit MBR code. Here are some possible solutions.
The text was updated successfully, but these errors were encountered: