mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +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
Notes:
sideshowbarker
2024-07-17 22:47:30 +09:00
Author: https://github.com/supercomputer7
Commit: ac7953f945
Pull-request: https://github.com/SerenityOS/serenity/pull/11116
Reviewed-by: https://github.com/dascandy
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