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
Library that helps you to parse the multiboot information structure (mbi) from
6
+
Rust library that helps you to parse the multiboot information structure (mbi) from
7
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
8
+
including full support for the sections of ELF-64 files. This library is `no_std` and can be
9
9
used in a Multiboot2-kernel.
10
10
11
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.
0 commit comments