Home
last modified time | relevance | path

Searched refs:BootParams (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/init/
H A Dmod.rs3 use self::boot::BootParams;
12 static BOOT_PARAMS: RwLock<BootParams> = RwLock::new(BootParams::new());
15 pub fn boot_params() -> &'static RwLock<BootParams> { in boot_params()
H A Dboot.rs16 pub struct BootParams { struct
25 impl BootParams { argument
26 const DEFAULT: Self = BootParams {