stos/amd64: cpu: Add Local APIC driver stub

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-26 19:56:41 +00:00
parent 0028d63608
commit 221cfc1893
5 changed files with 92 additions and 0 deletions
+3
View File
@@ -86,4 +86,7 @@ KiKernelEntry(VOID)
/* Initialize the board */
HalBoardInit();
/* Phase 3 initialization of the bootstrap core */
HalKpcrP3Init(&BootstrapCore);
}