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 ed8b93beb0 - Show all commits

View File

@ -528,10 +528,6 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
EFI_GUID Guid = XT_XTOS_BOOT_PROTOCOL_GUID;
EFI_STATUS Status;
// /* Set the system table and image handle */
// EfiImageHandle = ImageHandle;
// EfiSystemTable = SystemTable;
/* Open the XTLDR protocol */
Status = BlGetXtLdrProtocol(SystemTable, ImageHandle, &XtLdrProtocol);
if(Status != STATUS_EFI_SUCCESS)