Skip to main content

bootloader/
lib.rs

1#![no_std]
2
3/// Boot ABI exports shared with kernel handoff.
4pub use strat9_abi::boot::{KernelArgs, MemoryKind, MemoryRegion};