mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-24 20:48:14 +00:00
![]() Instead of setting up a all comprising relocator chunk for all segments, use per segment a separate relocator chunk. Currently, if the ELF is non-relocatable, a single relocator chunk will comprise memory (between the segments) which gets overridden by the relst() invocation of the movers code in grub_relocator16/32/64_boot(). The overridden memory may contain reserved ranges like VGA memory or ACPI tables, which may lead to crashes or at least to strange boot behaviour. Signed-off-by: Alexander Boettcher <alexander.boettcher@genode-labs.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com> |
||
---|---|---|
.. | ||
arm | ||
arm64 | ||
efi | ||
i386 | ||
ia64/efi | ||
mips | ||
powerpc/ieee1275 | ||
sparc64/ieee1275 | ||
aout.c | ||
linux.c | ||
lzss.c | ||
macho32.c | ||
macho64.c | ||
macho.c | ||
machoXX.c | ||
multiboot_elfxx.c | ||
multiboot_mbi2.c | ||
multiboot.c | ||
xnu_resume.c | ||
xnu.c |