Implement and use BlGetEfiPath() routine to get valid EFI path

This commit is contained in:
2024-01-23 20:56:58 +01:00
parent 9f739df595
commit 269858f5a1
4 changed files with 65 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ typedef struct _XTBL_BOOT_PARAMETERS
{
PEFI_DEVICE_PATH_PROTOCOL DevicePath;
PWCHAR ArcName;
PWCHAR EfiPath;
PWCHAR SystemPath;
PWCHAR SystemType;
PWCHAR KernelFile;