Register interrupt handlers once the APIC initialization is done

This commit is contained in:
2023-11-28 14:20:23 +01:00
parent c4ccf52782
commit d17b06a180
6 changed files with 90 additions and 3 deletions

View File

@@ -77,6 +77,11 @@ KeSetEvent(IN PKEVENT Event,
IN KPRIORITY Increment,
IN BOOLEAN Wait);
XTAPI
VOID
KeSetInterruptHandler(IN ULONG Vector,
IN PVOID Handler);
XTAPI
VOID
KeStartThread(IN PKTHREAD Thread);