Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ init
Function
init
src/pic.rs:14–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
});
13
14
pub fn init()
15
{
16
unsafe
17
{
18
PICS.lock().init();
19
}
20
x86_64::instructions::interrupts::enable();
21
}
Callers
nothing calls this directly
Calls
2
lock
Method · 0.80
init
Method · 0.45
Tested by
no test coverage detected