Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/multiboot/src/
H A Dlib.rs206 pub const FLAG_BOOT_DEVICE: u32 = 1 << 1; constant
254 self.flags & Self::FLAG_BOOT_DEVICE != 0 in has_boot_device()