[BOOT:LIB] More work on efiinit.c

EfiInitpCreateApplicationEntry() is almost complete.
This commit is contained in:
2024-08-24 10:36:32 -04:00
parent 0743fa0106
commit 8f56881d02
2 changed files with 82 additions and 15 deletions

View File

@@ -235,7 +235,8 @@ typedef struct {
} BOOT_DEVICE, *PBOOT_DEVICE;
typedef enum {
BCDE_DATA_TYPE_APPLICATION_DEVICE = 0x11000001
BCDE_DATA_TYPE_APPLICATION_DEVICE = 0x11000001,
BCDE_DATA_TYPE_APPLICATION_PATH = 0x22000002
} BCDE_DATA_TYPE;
typedef struct {