Implement APIC presence check and panic if unsupported

This commit is contained in:
2026-03-25 22:52:58 +01:00
parent 576a2b7f1b
commit 9479f3d364
2 changed files with 44 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ namespace HL
IN ULONGLONG Value);
private:
STATIC XTAPI BOOLEAN CheckApicSupport(VOID);
STATIC XTAPI BOOLEAN CheckX2ApicSupport(VOID);
STATIC XTCDECL VOID HandleApicSpuriousService(VOID);
STATIC XTCDECL VOID HandlePicSpuriousService(VOID);