[BOOT:MM] More work on memory manager

This commit is contained in:
2024-08-26 12:30:31 -04:00
parent bbd8f475bb
commit ef1ac515dd
9 changed files with 322 additions and 37 deletions

View File

@@ -60,6 +60,8 @@ Return Value:
//
(VOID)BmOpenDataStore(&DataStore);
while (TRUE);
Exit:
BlDestroyLibrary();
return Status;