Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot.rs39 if info.boot_loader_name != 0 { in init_bootloader_name()
43 MMArch::phys_2_virt(PhysAddr::new(info.boot_loader_name as usize)).unwrap(); in init_bootloader_name()
/DragonOS/kernel/crates/multiboot/src/
H A Dlib.rs193 pub boot_loader_name: u32, field