* grub-core/loader/multiboot_mbi2.c: Implement EFI memory map.

This commit is contained in:
Vladimir Serbinenko 2013-10-28 15:37:00 +01:00
parent 00bfa988fc
commit 329550c4a9
5 changed files with 96 additions and 6 deletions

View file

@ -131,12 +131,6 @@ grub_multiboot_boot (void)
if (err)
return err;
#ifdef GRUB_MACHINE_EFI
err = grub_efi_finish_boot_services (NULL, NULL, NULL, NULL, NULL);
if (err)
return err;
#endif
#if defined (__i386__) || defined (__x86_64__)
grub_relocator32_boot (grub_multiboot_relocator, state, 0);
#else