Add basic volume support to XTLDR protocol
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user