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:
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
Block a user