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
Rust library that assists parsing the Multiboot2 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 files. This library is `no_std` and can be
9
-
used in a Multiboot2-kernel.
6
+
Library that assists parsing the Multiboot2 Information Structure (MBI) from
7
+
Multiboot2-compliant bootloaders, such as GRUB. It supports all tags from the
8
+
specification including full support for the sections of ELF files. This library
9
+
is `no_std` and can be 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