stos: ob: Initialize object manager

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-25 00:51:24 +00:00
parent 4f399576a0
commit 70f58b193f
3 changed files with 43 additions and 0 deletions
+4
View File
@@ -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();
}