stos: bootvid: Add bootvid driver stub

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 03:24:50 +00:00
parent 800568f996
commit b588cc0217
4 changed files with 52 additions and 0 deletions
+4
View File
@@ -10,6 +10,7 @@
#include <ke/stos.h>
#include <ke/bpal.h>
#include <hal/serial.h>
#include <drivers/bootvid/fbio.h>
#include <stdef.h>
#define DTRACE(Fmt, ...) \
@@ -36,4 +37,7 @@ KiKernelEntry(VOID)
/* Initialize BPAL */
KeBpalInit();
/* Initialize boot video */
BootVidInit();
}