Module bootloader::boot_info
source · [−]Expand description
Contains the boot information struct sent by the bootloader to the kernel on startup.
Structs
This structure represents the information that the bootloader passes to the kernel.
A pixel-based framebuffer that controls the screen output.
Describes the layout and pixel format of a framebuffer.
Represent a physical memory region.
FFI-safe slice of MemoryRegion
structs, semantically equivalent to
&'static mut [MemoryRegion]
.
Information about the thread local storage (TLS) template.
Enums
Represents the different types of memory.
Color format of pixels in the framebuffer.