MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / init_idt

Function init_idt

kernel/src/interrupts.rs:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36pub fn init_idt() {
37 IDT.load();
38}
39
40/// Structure representing values pushed on the stack when an interrupt occurs
41///

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected