MCPcopy 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
37pub fn idtinit()
38{
39 IDT.load();
40}
41
42
43#[derive(Debug, Clone, Copy)]

Callers 1

initFunction · 0.85

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected