Cleanup
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 45s
Builds / ExectOS (amd64, release) (push) Successful in 42s
Builds / ExectOS (i686, debug) (push) Successful in 44s
Builds / ExectOS (i686, release) (push) Successful in 41s

This commit is contained in:
2026-07-31 20:08:18 +02:00
parent b510e88745
commit e0c8b313ff

View File

@@ -138,6 +138,9 @@ XtLoader::InitializeBootLoader(IN EFI_HANDLE ImageHandle,
/* Initialize XTLDR configuration */
Configuration::InitializeConfiguration();
/* Initialize shell */
Shell::InitializeShell();
/* Store SecureBoot status */
LoaderStatus.SecureBoot = EfiUtils::GetSecureBootStatus();
@@ -245,9 +248,8 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
for(;;);
}
/* Initialize XTLDR and shell */
/* Initialize XTLDR */
XtLoader::InitializeBootLoader(ImageHandle, SystemTable);
Shell::InitializeShell();
/* Parse configuration options passed from UEFI shell */
Status = Configuration::ParseCommandLine();