Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ idtinit
Function
idtinit
src/interrupts.rs:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
pub fn idtinit()
38
{
39
IDT.load();
40
}
41
42
43
#[derive(Debug, Clone, Copy)]
Callers
1
init
Function · 0.85
Calls
1
load
Method · 0.80
Tested by
no test coverage detected