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-04-22 15:54:40 +02:00
parent bf10ff85f8
commit b27b12e49c

View File

@ -54,8 +54,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic)
IoEnableCursor();
IoUpdateCursor(0, 0);
//KernLog("%c%c%c OS/K\n\n", 219, 219, 219);
KernLog("OS/K\n\n");
KernLog("%c%c%c OS/K\n\n", 219, 219, 219); //grrr
// Sanity checks
BtDoSanityChecks(mbMagic);