You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An experimental Multiboot 2 crate for ELF-64 kernels. It's still incomplete, so please open an issue if you're missing some functionality. Contributions welcome!
6
+
Library that helps you to parse the multiboot information structure (mbi) from
7
+
Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the specification
8
+
including full support for the sections of ELF-64. This library is `no_std` and can be
9
+
used in a Multiboot2-kernel.
7
10
8
-
It uses the Multiboot 2.0 specification at https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html and the ELF 64 specification at http://www.uclibc.org/docs/elf-64-gen.pdf.
11
+
It follows the Multiboot 2.0 specification at https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html and the ELF 64 specification at http://www.uclibc.org/docs/elf-64-gen.pdf.
9
12
10
13
Below is the draft for a blog post about this. I don't plan to finish it but maybe it's helpful as documentation.
0 commit comments