Crate bootloader_api

source ·
Expand description

Provides the interface to make kernels compatible with the bootloader crate.

Re-exports

pub use self::config::BootloaderConfig;
pub use self::info::BootInfo;

Modules

Allows to configure the system environment set up by the bootloader.
Contains the boot information struct sent by the bootloader to the kernel on startup.

Macros

Defines the entry point function.