Use the I/O APIC when applicable.

This commit is contained in:
4lDO2
2020-04-18 16:36:18 +02:00
parent 45fe040625
commit 8c351e0768

View File

@@ -306,12 +306,15 @@ pub unsafe fn init(active_table: &mut ActivePageTable) {
_ => (),
}
}
<<<<<<< HEAD
/*
let namespace_guard = crate::acpi::ACPI_TABLE.namespace.read();
for (k, v) in namespace_guard.as_ref().unwrap().iter() {
println!("{} = {:?}", k, v);
}
*/
=======
>>>>>>> c723256... Use the I/O APIC when applicable.
}
println!("I/O APICs: {:?}, overrides: {:?}", ioapics(), src_overrides());