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§
- config
- Allows to configure the system environment set up by the bootloader.
- info
- Contains the boot information struct sent by the bootloader to the kernel on startup.
Macros§
- entry_
point - Defines the entry point function.