MCPcopy Create free account
hub / github.com/Infinity-OS/infinity / init

Function init

src/device/mod.rs:8–12  ·  view source on GitHub ↗

Initialize some devices

(memory_controller: &mut MemoryController)

Source from the content-addressed store, hash-verified

6
7/// Initialize some devices
8pub fn init(memory_controller: &mut MemoryController) {
9 unsafe {
10 local_apic::init(memory_controller);
11 }
12}
13
14/// Initialize all non core devices
15pub fn init_non_core() {

Callers 1

init_non_coreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected