Idt in progress !

This commit is contained in:
Adrien Bourmault 2019-04-23 17:07:12 +02:00
parent 3dbe85b936
commit a3f14eb54e
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
CpuIdtSetup();
KeEnableIRQs();
long a = -1;
DebugLog("%s", a);
interrupt(76);
// End this machine's suffering
BFlushBuf(BStdOut);
KeCrashSystem();