Expand description
The definition of Linux Boot Protocol boot_params struct.
The bootloader will deliver the address of the BootParams
struct
as the argument of the kernel entrypoint. So we must define a Linux
ABI compatible struct in Rust, despite that most of the fields are
currently not needed by Asterinas.
Structs§
- Linux 32/64-bit Boot Protocol parameter struct.
- Linux Boot Protocol header.
Enums§
- The E820 types known to the kernel.
Constants§
- Magic stored in the boot protocol header.