stos/amd64: cpu: Add LAPIC driver + MCB in KPCR

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-13 22:25:23 -04:00
parent 533483a367
commit 4165241b6f
6 changed files with 490 additions and 3 deletions
+3 -3
View File
@@ -87,12 +87,12 @@ KiKernelInit(VOID)
/* Initialize virtual memory */
MmVmInit();
/* Phase 2 init of bootstrap core */
HalKpcrP2Init(&BootstrapCore);
/* Initialize ACPI */
AcpiInit();
/* Phase 2 init of bootstrap core */
HalKpcrP2Init(&BootstrapCore);
/* Initialize the root process */
InitializeRootProcess();
}