Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
pub fn init() {
19
heap_allocator::init_heap();
20
frame_allocator::init_frame_allocator();
21
KERNEL_SPACE.exclusive_access().activate();
22
}
Callers
1
rust_main
Function · 0.50
Calls
4
init_heap
Function · 0.85
init_frame_allocator
Function · 0.85
activate
Method · 0.80
exclusive_access
Method · 0.80
Tested by
no test coverage detected