diff --git a/paw/stos/init/init.c b/paw/stos/init/init.c index 528ead5..3c4ff16 100644 --- a/paw/stos/init/init.c +++ b/paw/stos/init/init.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include @@ -58,4 +59,7 @@ KiKernelEntry(VOID) /* Phase 1 initialization the bootstrap core */ HalKpcrP1Init(&BootstrapCore); + + /* Initialize the pre-boot image manager */ + ExPbiInit(); }