Initialize shell only once

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

@@ -261,6 +261,7 @@ class Shell
STATIC LIST_ENTRY ShellCommands;
public:
STATIC XTCDECL VOID InitializeShell();
STATIC XTCDECL EFI_STATUS RegisterCommand(IN PCWSTR Command,
IN PCWSTR Description,
IN PBL_SHELL_COMMAND Handler);