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();
|
CpuIdtSetup();
|
||||||
KeEnableIRQs();
|
KeEnableIRQs();
|
||||||
|
|
||||||
interrupt(76);
|
interrupt(30);
|
||||||
// End this machine's suffering
|
// End this machine's suffering
|
||||||
BFlushBuf(BStdOut);
|
BFlushBuf(BStdOut);
|
||||||
KeCrashSystem();
|
KeCrashSystem();
|
||||||
|
|
Loading…
Reference in New Issue