//! Boot Parameters Constants pub const MAGIC: u64 = 0x494152494D424B41; pub const VERSION: u32 = 2; pub const RESERVED_SIZE: usize = 256;