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

Implement BlPhysicalAddressToVirtual() routine

Этот коммит содержится в:
2024-01-28 23:16:01 +01:00
родитель 170d1c71c9
Коммит 8e61e95cc2
4 изменённых файлов: 35 добавлений и 0 удалений

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

@@ -636,6 +636,7 @@ BlpInstallXtLoaderProtocol()
BlpLdrProtocol.Memory.MapEfiMemory = BlMapEfiMemory;
BlpLdrProtocol.Memory.MapPage = BlMapPage;
BlpLdrProtocol.Memory.MapVirtualMemory = BlMapVirtualMemory;
BlpLdrProtocol.Memory.PhysicalAddressToVirtual = BlPhysicalAddressToVirtual;
BlpLdrProtocol.Memory.SetMemory = RtlSetMemory;
BlpLdrProtocol.Memory.ZeroMemory = RtlZeroMemory;
BlpLdrProtocol.Protocol.Close = BlCloseProtocol;