stos/amd64: mp: Add multiprocessing groundwork
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user