stos: bootvid: Add bootvid driver stub
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user