grr
This commit is contained in:
parent
bf10ff85f8
commit
b27b12e49c
|
@ -54,8 +54,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic)
|
||||||
IoEnableCursor();
|
IoEnableCursor();
|
||||||
IoUpdateCursor(0, 0);
|
IoUpdateCursor(0, 0);
|
||||||
|
|
||||||
//KernLog("%c%c%c OS/K\n\n", 219, 219, 219);
|
KernLog("%c%c%c OS/K\n\n", 219, 219, 219); //grrr
|
||||||
KernLog("OS/K\n\n");
|
|
||||||
|
|
||||||
// Sanity checks
|
// Sanity checks
|
||||||
BtDoSanityChecks(mbMagic);
|
BtDoSanityChecks(mbMagic);
|
||||||
|
|
Loading…
Reference in New Issue