mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
bug...
This commit is contained in:
parent
899c2966ea
commit
5c931641ad
@ -149,10 +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();
|
||||
|
||||
BARRIER();
|
||||
|
||||
int i = 0;
|
||||
while(i < 517) { KernLog("%d\n", i++);}
|
||||
PsInitSched();
|
||||
|
||||
// We're out
|
||||
|
Loading…
Reference in New Issue
Block a user