[BOOT] Add stubs to complete MmPaInitialize()
MmPaInitialize() is now complete Added BlpMmInitializeConstraints() and MmMdRemoveRegionFromMdlEx()
This commit is contained in:
@@ -82,7 +82,7 @@ Return Value:
|
||||
return Status;
|
||||
}
|
||||
|
||||
ConsolePrint(L"-------- Alcyone EFI Boot Manager --------\r\n");
|
||||
ConsolePrint(L"> Alcyone EFI Boot Manager\r\n");
|
||||
ConsolePrintf(L"Image base: %x %x\r\nImage size: %x\r\n", HIDWORD((ULONG_PTR)InputParameters->ImageBase), LODWORD((ULONG_PTR)InputParameters->ImageBase), InputParameters->ImageSize);
|
||||
|
||||
DebugPrint(L"Initializing boot library...\r\n");
|
||||
|
Reference in New Issue
Block a user