mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
Kernel: Allow switching to IOAPIC mode even without enabling SMP
This small change allows to use the IOAPIC by default without to enable SMP mode, which emulates Uni-Processor setup with IOAPIC instead of using the PIC. This opens the opportunity to utilize other types of interrupts like MSI and MSI-X interrupts.
This commit is contained in:
parent
f57900a41b
commit
ac7953f945
5 changed files with 41 additions and 29 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
|
||||
[[nodiscard]] bool is_boot_profiling_enabled() const;
|
||||
[[nodiscard]] bool is_ide_enabled() const;
|
||||
[[nodiscard]] bool is_ioapic_enabled() const;
|
||||
[[nodiscard]] bool is_smp_enabled() const;
|
||||
[[nodiscard]] bool is_physical_networking_disabled() const;
|
||||
[[nodiscard]] bool is_vmmouse_enabled() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue