- Viva la deprecation! Trunk should now boot and the installer should work.
[reactos.git] / reactos / ntoskrnl / ke / i386 / kernel.c
index a413e62..e8876a3 100644 (file)
@@ -380,6 +380,7 @@ KeInit1(PCHAR CommandLine, PULONG LastKernelAddress)
    InitializeListHead(&KPCR->PrcbData.WaitListHead);
 
    KeInitExceptions ();
+   KeInitInterrupts ();
 
    KeActiveProcessors |= 1 << 0;