Implement multiboot2 EFI BS specification.
This commit is contained in:
parent
dafff9ce44
commit
0df77d793c
4 changed files with 36 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue