bug...
This commit is contained in:
parent
23b115bdec
commit
899c2966ea
|
@ -149,12 +149,12 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, int mbMagic)
|
||||||
//Memory mapping
|
//Memory mapping
|
||||||
MmInitMemoryMap();
|
MmInitMemoryMap();
|
||||||
|
|
||||||
|
int i = 0;
|
||||||
|
while(i < 3900) { KernLog("%d\n", i++);}
|
||||||
|
|
||||||
MmInitHeap();
|
MmInitHeap();
|
||||||
PsInitSched();
|
PsInitSched();
|
||||||
|
|
||||||
int i = 0;
|
|
||||||
while (i < 57) KernLog("YOHOHO! %d\n", i++);
|
|
||||||
|
|
||||||
// We're out
|
// We're out
|
||||||
PsFiniSched();
|
PsFiniSched();
|
||||||
KeCrashSystem(); //yay
|
KeCrashSystem(); //yay
|
||||||
|
|
Loading…
Reference in New Issue