Module multiboot

Source
Expand description

Multiboot kernel loader

Only Multiboot (version 0.6.96) is supported, not Multiboot2.

Structs§

MultibootKernel
Multiboot header retrieved from a kernel image.
MultibootLoad
Multiboot kernel load parameters.
MultibootVideoMode
Multiboot kernel video mode specification.

Enums§

MultibootVideoModeType

Functions§

get_le32 🔒
load_multiboot
Load a Multiboot kernel image into memory.
multiboot_header 🔒
Attempt to parse a Multiboot header from the prefix of a slice.
multiboot_header_from_file
Scan the provided kernel file to find a Multiboot header, if present.