Kernel: Enter ACPI mode with lai

This commit is contained in:
2023-09-28 12:30:27 +03:00
parent 1abf787596
commit d45bf363f1
4 changed files with 28 additions and 4 deletions

View File

@@ -16,6 +16,11 @@ public:
static void initialize(bool force_pic);
static InterruptController& get();
void enter_acpi_mode();
private:
bool m_using_apic { false };
};
bool interrupts_enabled();