Initialize shell only once
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 52s
Builds / ExectOS (amd64, release) (push) Successful in 49s
Builds / ExectOS (i686, debug) (push) Successful in 43s
Builds / ExectOS (i686, release) (push) Successful in 42s

This commit is contained in:
2026-07-31 20:06:08 +02:00
parent f456cfd21e
commit b510e88745
3 changed files with 21 additions and 7 deletions

View File

@@ -245,8 +245,9 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
for(;;);
}
/* Initialize XTLDR and */
/* Initialize XTLDR and shell */
XtLoader::InitializeBootLoader(ImageHandle, SystemTable);
Shell::InitializeShell();
/* Parse configuration options passed from UEFI shell */
Status = Configuration::ParseCommandLine();