Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs150 Self::init_memory_area_from_multiboot2().expect("init memory area failed"); in init()
229 unsafe fn init_memory_area_from_multiboot2() -> Result<usize, SystemError> { in init_memory_area_from_multiboot2() method