[][src]Crate bootloader

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

bootinfo

Provides boot information to the kernel.

Macros

entry_point

Defines the entry point function.