1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00
This commit is contained in:
Adrien Bourmault 2019-03-30 12:09:14 +01:00
parent 23b115bdec
commit 899c2966ea

View File

@ -149,12 +149,12 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, int mbMagic)
//Memory mapping
MmInitMemoryMap();
int i = 0;
while(i < 3900) { KernLog("%d\n", i++);}
MmInitHeap();
PsInitSched();
int i = 0;
while (i < 57) KernLog("YOHOHO! %d\n", i++);
// We're out
PsFiniSched();
KeCrashSystem(); //yay