Module boot_info

Source
Expand description

Creating and reading RawBootInfo from Entry.

Loaders assemble BootInfo and convert it into a RawBootInfo to pass it to the kernel.

The kernel copies BootInfo from RawBootInfo to work with the values.

Structs§

BootInfo
Boot information.
HardwareInfo
Hardware information.
LoadInfo
Load information.
RawBootInfo
The raw boot information struct.
TlsInfo
Thread local storage (TLS) image information.

Enums§

PlatformInfo
Platform information.

Type Aliases§

DeviceTreeAddress
Device tree address
SerialPortBase
Serial I/O port.