1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Idt in progress !

This commit is contained in:
Adrien Bourmault 2019-04-23 17:07:12 +02:00
parent 3dbe85b936
commit a3f14eb54e

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();