Home
last modified time | relevance | path

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

/DragonOS/kernel/src/init/
H A Dmod.rs12 static BOOT_PARAMS: RwLock<BootParams> = RwLock::new(BootParams::new()); variable
16 &BOOT_PARAMS in boot_params()