Register APIC error handler and stub broadcast IPI for uniprocessor

This commit is contained in:
2026-05-03 13:12:29 +02:00
parent 7aba8aa4ec
commit 7017985682
2 changed files with 49 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ namespace HL
STATIC XTAPI XTSTATUS GetIoApicController(IN ULONG Gsi,
OUT PIOAPIC_DATA *Controller,
OUT PULONG EntryNumber);
STATIC XTCDECL VOID HandleApicErrorInterrupt(IN PKTRAP_FRAME TrapFrame);
STATIC XTAPI VOID InitializeApic(VOID);
STATIC XTAPI VOID InitializeLegacyPic(VOID);
STATIC XTFASTCALL ULONG ReadIOApicRegister(IN PIOAPIC_DATA Controller,