MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / init

Function init

os/src/mm/mod.rs:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16};
17
18pub fn init() {
19 heap_allocator::init_heap();
20 frame_allocator::init_frame_allocator();
21 KERNEL_SPACE.exclusive_access().activate();
22}

Callers 1

rust_mainFunction · 0.50

Calls 4

init_heapFunction · 0.85
init_frame_allocatorFunction · 0.85
activateMethod · 0.80
exclusive_accessMethod · 0.80

Tested by

no test coverage detected