ptos/amd64: platform: Add UART driver + HAL interface
Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <ptdef.h>
|
||||
#include <ke/bpal.h>
|
||||
#include <hal/serial.h>
|
||||
#include <machine/pio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -20,4 +21,7 @@ KiKernelInit(VOID)
|
||||
{
|
||||
/* Initialize the boot protocol abstraction layer */
|
||||
KeBpalInit();
|
||||
|
||||
/* Initialize the serial driver */
|
||||
HalSerialInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user