Implement BlGetMappingsCount() routine

This commit is contained in:
2024-01-28 17:26:20 +01:00
parent 670a812649
commit b8acfe1b66
4 changed files with 30 additions and 0 deletions

View File

@@ -630,6 +630,7 @@ BlpInstallXtLoaderProtocol()
BlpLdrProtocol.Memory.CopyMemory = RtlCopyMemory;
BlpLdrProtocol.Memory.FreePages = BlFreeMemoryPages;
BlpLdrProtocol.Memory.FreePool = BlFreeMemoryPool;
BlpLdrProtocol.Memory.GetMappingsCount = BlGetMappingsCount;
BlpLdrProtocol.Memory.GetMemoryMap = BlGetMemoryMap;
BlpLdrProtocol.Memory.InitializePageMap = BlInitializePageMap;
BlpLdrProtocol.Memory.MapEfiMemory = BlMapEfiMemory;