Not really needed as each module will get both ImageHandle and SystemTable
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
2023-12-04 18:58:00 +01:00
parent 0a1df55a0f
commit c4f1429a3b
4 changed files with 0 additions and 42 deletions

View File

@@ -101,8 +101,6 @@ BlpRegisterXtLoaderProtocol()
LdrProtocol.Memory.FreePool = BlMemoryFreePool;
LdrProtocol.Protocol.Open = BlOpenXtProtocol;
LdrProtocol.Util.ExitBootServices = BlExitBootServices;
LdrProtocol.Util.GetImageHandle = BlGetEfiImageHandle;
LdrProtocol.Util.GetSystemTable = BlGetEfiSystemTable;
LdrProtocol.Util.SleepExecution = BlSleepExecution;
/* Register XTLDR loader protocol */