stos: ex: Add per-cpu pool allocator groundwork

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-24 05:05:17 +00:00
parent bb4dd19bcf
commit 23746a2918
5 changed files with 174 additions and 2 deletions
+3
View File
@@ -75,4 +75,7 @@ KiKernelEntry(VOID)
/* Initialize ACPI */
AcpiInit();
/* Phase 2 initialization of the bootstrap core */
HalKpcrP2Init(&BootstrapCore);
}