[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

View File

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