Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/init/
H A Dboot.rs44 let boot_protocol = BootProtocol::try_from(boot_entry_type)?; in early_boot_init() localVariable
45 match boot_protocol { in early_boot_init()