Expand description

This library part of the bootloader allows kernels to retrieve information from the bootloader.

To combine your kernel with the bootloader crate you need a tool such as bootimage. See the Writing an OS in Rust blog for an explanation.

Re-exports

pub use crate::bootinfo::BootInfo;

Modules

Provides boot information to the kernel.

Macros

Defines the entry point function.