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§
- Boot
Info - Boot information.
- Hardware
Info - Hardware information.
- Load
Info - Load information.
- RawBoot
Info - The raw boot information struct.
- TlsInfo
- Thread local storage (TLS) image information.
Enums§
- Platform
Info - Platform information.
Type Aliases§
- Device
Tree Address - Device tree address
- Serial
Port Base - Serial I/O port.