Implement multiboot2 EFI BS specification.

This commit is contained in:
Vladimir Serbinenko 2013-12-13 12:56:14 +01:00
parent dafff9ce44
commit 0df77d793c
4 changed files with 36 additions and 4 deletions

View file

@ -344,7 +344,7 @@ grub_cmd_module (grub_command_t cmd __attribute__ ((unused)),
err = grub_relocator_alloc_chunk_align (grub_multiboot_relocator, &ch,
lowest_addr, (0xffffffff - size) + 1,
size, MULTIBOOT_MOD_ALIGN,
GRUB_RELOCATOR_PREFERENCE_NONE, 0);
GRUB_RELOCATOR_PREFERENCE_NONE, 1);
if (err)
{
grub_file_close (file);