This commit is contained in:
Adrien Bourmault 2019-04-22 15:54:40 +02:00
parent bf10ff85f8
commit b27b12e49c
1 changed files with 1 additions and 2 deletions

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);