stos: init: Initialize PBI imager manager

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-23 02:35:49 +00:00
parent 21aef3e436
commit 01ec3a3119
+4
View File
@@ -7,6 +7,7 @@
*/
#include <ex/trace.h>
#include <ex/pbi.h>
#include <ke/stos.h>
#include <ke/bpal.h>
#include <hal/serial.h>
@@ -58,4 +59,7 @@ KiKernelEntry(VOID)
/* Phase 1 initialization the bootstrap core */
HalKpcrP1Init(&BootstrapCore);
/* Initialize the pre-boot image manager */
ExPbiInit();
}