Store last booted OS in NVRAM and make it default one on next boot

This commit is contained in:
2024-03-18 19:41:55 +01:00
parent ee23cd90cb
commit 1d26b81923
4 changed files with 48 additions and 7 deletions

View File

@@ -207,7 +207,8 @@ BlInstallProtocol(IN PVOID Interface,
XTCDECL
EFI_STATUS
BlInvokeBootProtocol(IN PLIST_ENTRY OptionsList);
BlInvokeBootProtocol(IN PWCHAR ShortName,
IN PLIST_ENTRY OptionsList);
XTCDECL
EFI_STATUS