feat: Local/IO APIC, PS/2 keyboard & mouse

This commit is contained in:
2026-02-17 12:44:31 +01:00
parent e2f059bf90
commit 641ec4681b
26 changed files with 1730 additions and 3 deletions
+5
View File
@@ -42,5 +42,10 @@ namespace Hal {
static bool TestChecksum(CommonSDTHeader* header);
CommonSDTHeader* FindNextTable(CommonSDTHeader* table);
CommonSDTHeader* GetXSDT() { return m_xsdt; }
private:
CommonSDTHeader* m_xsdt = nullptr;
};
};