Do not create new bootloader stack as it is not needed any longer and kernel will use its own stack

This commit is contained in:
2023-01-03 23:04:11 +01:00
parent b22303003c
commit f19afbddb7
5 changed files with 7 additions and 179 deletions

View File

@@ -43,7 +43,6 @@ typedef struct _XT_BOOT_LOADER_PROTOCOL
PBL_GET_VIRTUAL_ADDRESS GetVirtualAddress;
PBL_INIT_VIRTUAL_MEMORY InitializeVirtualMemory;
PBL_MAP_VIRTUAL_MEMORY MapVirtualMemory;
PBL_GET_STACK GetStack;
PBL_DBG_PRINT DbgPrint;
PBL_EFI_PRINT EfiPrint;
PBL_CLOSE_VOLUME CloseVolume;