Idt in progress !
This commit is contained in:
parent
a3f14eb54e
commit
1cacf1a4d0
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue