https://git.reactos.org/?p=reactos.git;a=commitdiff;h=79ea0ae09e9349f322b8ffc2a4e544942bbced26

commit 79ea0ae09e9349f322b8ffc2a4e544942bbced26
Author:     Thomas Faber <[email protected]>
AuthorDate: Tue Jan 30 20:47:12 2018 +0100
Commit:     Thomas Faber <[email protected]>
CommitDate: Mon Feb 5 11:49:07 2018 +0100

    [FREELDR] Display an additional status message for hardware detection. 
CORE-14280
---
 boot/freeldr/freeldr/ntldr/winldr.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boot/freeldr/freeldr/ntldr/winldr.c 
b/boot/freeldr/freeldr/ntldr/winldr.c
index 3ecda6be92..aaf1d9da56 100644
--- a/boot/freeldr/freeldr/ntldr/winldr.c
+++ b/boot/freeldr/freeldr/ntldr/winldr.c
@@ -794,6 +794,8 @@ LoadAndBootWindowsCommon(
     SystemRoot = strstr(BootPath, "\\");
 
     /* Detect hardware */
+    UiDrawBackdrop();
+    UiDrawProgressBarCenter(20, 100, "Detecting hardware...");
     LoaderBlock->ConfigurationRoot = MachHwDetect();
 
     if (OperatingSystemVersion == 0)

Reply via email to