mirror of
https://github.com/reactos/reactos.git
synced 2026-05-28 11:53:03 +08:00
[FREELDR] Display an additional status message for hardware detection. CORE-14280
This commit is contained in:
@@ -794,6 +794,8 @@ LoadAndBootWindowsCommon(
|
||||
SystemRoot = strstr(BootPath, "\\");
|
||||
|
||||
/* Detect hardware */
|
||||
UiDrawBackdrop();
|
||||
UiDrawProgressBarCenter(20, 100, "Detecting hardware...");
|
||||
LoaderBlock->ConfigurationRoot = MachHwDetect();
|
||||
|
||||
if (OperatingSystemVersion == 0)
|
||||
|
||||
Reference in New Issue
Block a user