stos: ob: Initialize object manager
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <ke/bpal.h>
|
||||
#include <hal/serial.h>
|
||||
#include <hal/kpcr.h>
|
||||
#include <ob/object.h>
|
||||
#include <drivers/bootvid/fbio.h>
|
||||
#include <drivers/acpi/acpi.h>
|
||||
#include <mm/pmm.h>
|
||||
@@ -78,4 +79,7 @@ KiKernelEntry(VOID)
|
||||
|
||||
/* Phase 2 initialization of the bootstrap core */
|
||||
HalKpcrP2Init(&BootstrapCore);
|
||||
|
||||
/* Initialize the object manager */
|
||||
ObInitManager();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user