stos/amd64: mp: Add multiprocessing groundwork

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-27 14:25:19 -05:00
parent ad11d304d1
commit 54faa60aca
4 changed files with 116 additions and 0 deletions
+4
View File
@@ -14,6 +14,7 @@
#include <hal/serial.h>
#include <hal/kpcr.h>
#include <hal/board.h>
#include <hal/mp.h>
#include <ob/object.h>
#include <drivers/bootvid/fbio.h>
#include <drivers/acpi/acpi.h>
@@ -89,4 +90,7 @@ KiKernelEntry(VOID)
/* Phase 3 initialization of the bootstrap core */
HalKpcrP3Init(&BootstrapCore);
/* Bring up all other cores */
HalMpBringUp();
}