Fill in kernel initialization block
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-12-21 20:04:20 +01:00
parent 652e3293b1
commit cf828a6896
6 changed files with 116 additions and 4 deletions

View File

@@ -332,6 +332,7 @@ BlRegisterXtLoaderProtocol()
EfiLdrProtocol.FreePool = BlEfiMemoryFreePool;
EfiLdrProtocol.EnablePaging = BlEnablePaging;
EfiLdrProtocol.GetMemoryMap = BlGetMemoryMap;
EfiLdrProtocol.GetVirtualAddress = BlGetVirtualAddress;
EfiLdrProtocol.InitializeVirtualMemory = BlInitializeVirtualMemory;
EfiLdrProtocol.MapVirtualMemory = BlMapVirtualMemory;
EfiLdrProtocol.GetStack = BlGetStackPointer;