XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit e1670e5d58 - Show all commits

View File

@ -174,8 +174,9 @@ BlInvokeBootProtocol(IN PLIST_ENTRY OptionsList)
PWCHAR ModulesList;
EFI_STATUS Status;
/* Initialize boot parameters */
/* Initialize boot parameters and a list of modules */
RtlZeroMemory(&BootParameters, sizeof(XTBL_BOOT_PARAMETERS));
ModulesList = NULL;
/* Iterate through all options provided by boot menu entry and propagate boot parameters */
OptionsListEntry = OptionsList->Flink;