ptos: drivers: Add bootvid driver stub
Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include <ke/bpal.h>
|
||||
#include <ex/trace.h>
|
||||
#include <hal/serial.h>
|
||||
#include <drivers/bootvid/fbio.h>
|
||||
#include <machine/pio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -38,4 +39,7 @@ KiKernelInit(VOID)
|
||||
|
||||
/* Display the copyright */
|
||||
Copyright();
|
||||
|
||||
/* Initialize the boot video driver */
|
||||
BootVidInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user