* grub-core/loader/multiboot_mbi2.c: Add EFI memory map to the list
of supported tags.
This commit is contained in:
parent
329550c4a9
commit
1ca4b75ec2
2 changed files with 6 additions and 0 deletions
|
@ -156,6 +156,7 @@ grub_multiboot_load (grub_file_t file, const char *filename)
|
|||
case MULTIBOOT_TAG_TYPE_EFI64:
|
||||
case MULTIBOOT_TAG_TYPE_ACPI_OLD:
|
||||
case MULTIBOOT_TAG_TYPE_ACPI_NEW:
|
||||
case MULTIBOOT_TAG_TYPE_EFI_MMAP:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue