Implement BlReadFile() routine
This commit is contained in:
@@ -95,6 +95,9 @@ BlpRegisterXtLoaderProtocol()
|
||||
LdrProtocol.Console.EnableCursor = BlConsoleEnableCursor;
|
||||
LdrProtocol.Console.Print = BlConsolePrint;
|
||||
LdrProtocol.Debug.Print = BlDebugPrint;
|
||||
LdrProtocol.Disk.CloseVolume = BlCloseVolume;
|
||||
LdrProtocol.Disk.OpenVolume = BlOpenVolume;
|
||||
LdrProtocol.Disk.ReadFile = BlReadFile;
|
||||
LdrProtocol.Memory.AllocatePages = BlMemoryAllocatePages;
|
||||
LdrProtocol.Memory.AllocatePool = BlMemoryAllocatePool;
|
||||
LdrProtocol.Memory.FreePages = BlMemoryFreePages;
|
||||
@@ -102,8 +105,6 @@ 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