[FREELDR] Display an additional status message for hardware detection. CORE-14280

This commit is contained in:
Thomas Faber 2018-01-30 20:47:12 +01:00
parent dae88fb828
commit 79ea0ae09e
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -794,6 +794,8 @@ LoadAndBootWindowsCommon(
SystemRoot = strstr(BootPath, "\\");
/* Detect hardware */
UiDrawBackdrop();
UiDrawProgressBarCenter(20, 100, "Detecting hardware...");
LoaderBlock->ConfigurationRoot = MachHwDetect();
if (OperatingSystemVersion == 0)