ptos: ke: Add BPAL layer groundwork

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 05:09:53 +00:00
parent b2502c4ab1
commit d8d686352d
7 changed files with 121 additions and 0 deletions
+4
View File
@@ -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();
}