1
0
ответвлено от xt-sys/exectos

Implement BlGetMappingsCount() routine

Этот коммит содержится в:
2024-01-28 17:26:20 +01:00
родитель 670a812649
Коммит b8acfe1b66
4 изменённых файлов: 30 добавлений и 0 удалений

Просмотреть файл

@@ -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;