mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[FREELDR] Display an additional status message for hardware detection. CORE-14280
This commit is contained in:
parent
dae88fb828
commit
79ea0ae09e
1 changed files with 2 additions and 0 deletions
|
@ -794,6 +794,8 @@ LoadAndBootWindowsCommon(
|
|||
SystemRoot = strstr(BootPath, "\\");
|
||||
|
||||
/* Detect hardware */
|
||||
UiDrawBackdrop();
|
||||
UiDrawProgressBarCenter(20, 100, "Detecting hardware...");
|
||||
LoaderBlock->ConfigurationRoot = MachHwDetect();
|
||||
|
||||
if (OperatingSystemVersion == 0)
|
||||
|
|
Loading…
Reference in a new issue