Store boot loader image information and close EFI_LOADED_IMAGE_PROTOCOL afterwards

This commit is contained in:
2024-01-22 15:11:56 +01:00
förälder 8580557985
incheckning 22a7676b9b
2 ändrade filer med 14 tillägg och 5 borttagningar

Visa fil

@@ -195,6 +195,8 @@ typedef struct _XTBL_STATUS
PBL_XT_BOOT_MENU BootMenu;
BOOLEAN BootServices;
ULONG DebugPort;
PVOID LoaderBase;
ULONGLONG LoaderSize;
INT_PTR SecureBoot;
CPPORT SerialPort;
} XTBL_STATUS, *PXTBL_STATUS;