Add basic volume support to XTLDR protocol
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
2023-12-07 16:04:09 +01:00
parent 3025338e71
commit a261c68808
2 changed files with 9 additions and 0 deletions

View File

@@ -102,6 +102,8 @@ BlpRegisterXtLoaderProtocol()
LdrProtocol.Protocol.Open = BlOpenXtProtocol;
LdrProtocol.Util.ExitBootServices = BlExitBootServices;
LdrProtocol.Util.SleepExecution = BlSleepExecution;
LdrProtocol.Volume.Close = BlCloseVolume;
LdrProtocol.Volume.Open = BlOpenVolume;
/* Register XTLDR loader protocol */
BlDebugPrint(L"Registering XT loader protocol\n");