diff --git a/src/arch/x86_64/device/mod.rs b/src/arch/x86_64/device/mod.rs index 656d2b2..0c3f4de 100644 --- a/src/arch/x86_64/device/mod.rs +++ b/src/arch/x86_64/device/mod.rs @@ -16,7 +16,7 @@ pub unsafe fn init(active_table: &mut ActivePageTable) { } pub unsafe fn init_after_acpi(active_table: &mut ActivePageTable) { // this will disable the IOAPIC if needed. - ioapic::init(active_table); + //ioapic::init(active_table); } #[cfg(feature = "acpi")]