Initialize handle table support and create system table
This commit is contained in:
@@ -78,9 +78,13 @@ OB::Manager::InitializeObjectManager(VOID)
|
||||
/* Initialize system lookaside list for BSP */
|
||||
InitializeSystemLookasideList();
|
||||
|
||||
/* Initialize handle table support */
|
||||
OB::HandleTable::InitializeHandleTable();
|
||||
|
||||
/* Initialize device map support */
|
||||
OB::DeviceMap::InitializeDeviceMap();
|
||||
|
||||
/* Initialize object life cycle support */
|
||||
OB::LifeCycle::InitializeObjectLifeCycle();
|
||||
|
||||
/* Initialize object type registry */
|
||||
|
||||
Reference in New Issue
Block a user