Crate springboard_api

Source
Expand description

Provides the interface to make kernels compatible with the springboard 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§

start
Defines the entry point function.