Idt in progress !
This commit is contained in:
parent
3dbe85b936
commit
a3f14eb54e
|
@ -71,8 +71,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg)
|
||||||
CpuIdtSetup();
|
CpuIdtSetup();
|
||||||
KeEnableIRQs();
|
KeEnableIRQs();
|
||||||
|
|
||||||
long a = -1;
|
interrupt(76);
|
||||||
DebugLog("%s", a);
|
|
||||||
// End this machine's suffering
|
// End this machine's suffering
|
||||||
BFlushBuf(BStdOut);
|
BFlushBuf(BStdOut);
|
||||||
KeCrashSystem();
|
KeCrashSystem();
|
||||||
|
|
Loading…
Reference in New Issue