ptos: ke: Add BPAL layer groundwork
Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
*/
|
||||
|
||||
#include <ptdef.h>
|
||||
#include <ke/bpal.h>
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
* Starting here is where the world is brought up and system
|
||||
@@ -15,4 +17,6 @@
|
||||
VOID
|
||||
KiKernelInit(VOID)
|
||||
{
|
||||
/* Initialize the boot protocol abstraction layer */
|
||||
KeBpalInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user