mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
Legacy
This commit is contained in:
parent
f9878932a6
commit
672427f310
@ -38,11 +38,15 @@ noreturn void StartKern(multiboot_info_t *mbInfo, int mbMagic)
|
|||||||
// Kernel terminals
|
// Kernel terminals
|
||||||
InitTerms();
|
InitTerms();
|
||||||
|
|
||||||
|
//Hello world because why not
|
||||||
|
KernLog("%c%c%c OS/K\n\n", 219, 219, 219);
|
||||||
|
KernLog("[Init] We have magic : %x\n", mbMagic);
|
||||||
|
|
||||||
//Memory mapping
|
//Memory mapping
|
||||||
InitMemoryMap(mbInfo);
|
InitMemoryMap(mbInfo);
|
||||||
|
|
||||||
// We're out
|
// We're out
|
||||||
KernLog("Yup, we have magic : %x", mbMagic);
|
KernLog("\n[Init] Evil never dies");
|
||||||
CrashSystem(); //yay
|
CrashSystem(); //yay
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user