MCPcopy 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
14pub 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

lockMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected