ptos: bootvid: Add boot console to bootvid

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 10:14:58 +00:00
parent 85e8f11a89
commit 2594613412
4 changed files with 127 additions and 0 deletions
+3
View File
@@ -42,4 +42,7 @@ KiKernelInit(VOID)
/* Initialize the boot video driver */
BootVidInit();
/* Initialize the boot video console */
BootVidInitCons(NULL);
}