mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:45:40 +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, "\\");
|
SystemRoot = strstr(BootPath, "\\");
|
||||||
|
|
||||||
/* Detect hardware */
|
/* Detect hardware */
|
||||||
|
UiDrawBackdrop();
|
||||||
|
UiDrawProgressBarCenter(20, 100, "Detecting hardware...");
|
||||||
LoaderBlock->ConfigurationRoot = MachHwDetect();
|
LoaderBlock->ConfigurationRoot = MachHwDetect();
|
||||||
|
|
||||||
if (OperatingSystemVersion == 0)
|
if (OperatingSystemVersion == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue