stos: bootvid: Add boot console support

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 03:40:34 +00:00
parent b2e4f35e9f
commit 26139ff1ab
5 changed files with 129 additions and 0 deletions
+3
View File
@@ -40,4 +40,7 @@ KiKernelEntry(VOID)
/* Initialize boot video */
BootVidInit();
/* Init bootcons */
BootVidInitCons(NULL);
}