Import TUI into loader protocol
This commit is contained in:
@@ -109,6 +109,10 @@ BlpRegisterXtLoaderProtocol()
|
||||
LdrProtocol.Memory.FreePages = BlMemoryFreePages;
|
||||
LdrProtocol.Memory.FreePool = BlMemoryFreePool;
|
||||
LdrProtocol.Protocol.Open = BlOpenXtProtocol;
|
||||
LdrProtocol.Tui.DisplayErrorDialog = BlDisplayErrorDialog;
|
||||
LdrProtocol.Tui.DisplayInfoDialog = BlDisplayInfoDialog;
|
||||
LdrProtocol.Tui.DisplayProgressDialog = BlDisplayProgressDialog;
|
||||
LdrProtocol.Tui.UpdateProgressBar = BlUpdateProgressBar;
|
||||
LdrProtocol.Util.ExitBootServices = BlExitBootServices;
|
||||
LdrProtocol.Util.GetSecureBootStatus = BlGetSecureBootStatus;
|
||||
LdrProtocol.Util.SleepExecution = BlSleepExecution;
|
||||
|
Reference in New Issue
Block a user