Idt in progress !

This commit is contained in:
Adrien Bourmault 2019-04-23 17:08:43 +02:00
parent a3f14eb54e
commit 1cacf1a4d0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
CpuIdtSetup();
KeEnableIRQs();
interrupt(76);
interrupt(30);
// End this machine's suffering
BFlushBuf(BStdOut);
KeCrashSystem();