mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Init Stage: Allow to boot with smp=on
One can now set the kernel boot argument smp to on, and therefore, to instruct the kernel to use the IOAPIC instead of the PIC.
This commit is contained in:
parent
c335c94242
commit
425a2ca6ad
1 changed files with 0 additions and 3 deletions
|
@ -475,10 +475,7 @@ void setup_interrupts()
|
|||
return;
|
||||
}
|
||||
if (smp == "on") {
|
||||
ASSERT_NOT_REACHED(); // FIXME: The IOAPIC mode is not stable yet so we can't use it now.
|
||||
InterruptManagement::the().switch_to_ioapic_mode();
|
||||
APIC::init();
|
||||
APIC::enable_bsp();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue