[−][src]Crate multiboot
Multiboot v1 library
The main structs to interact with are Multiboot for the Multiboot information
passed from the bootloader to the kernel at runtime and Header for the static
information passed from the kernel to the bootloader in the kernel image.
Additional documentation
- https://www.gnu.org/software/grub/manual/multiboot/multiboot.html
- http://git.savannah.gnu.org/cgit/grub.git/tree/doc/multiboot.texi?h=multiboot
Modules
| header | This module contains the pieces for parsing Multiboot headers. |
| information | This modules contains the pieces for parsing and creating Multiboot information structures. |