misc: Increase EFI_COPY_MAX_ENTRIES to 2048

This commit is contained in:
mintsuki 2022-10-07 06:23:49 +02:00
parent 4860f95539
commit ea412cfae7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ uint32_t hex2bin(uint8_t *str, uint32_t size) {
no_unwind bool efi_boot_services_exited = false;
#define EFI_COPY_MAX_ENTRIES 512
#define EFI_COPY_MAX_ENTRIES 2048
bool efi_exit_boot_services(void) {
EFI_STATUS status;