On Thu, Apr 06, 2023 at 04:13:45PM +0000, Emmanuel Dreyfus wrote: > If I understand correctly, chaning EFI_ALLOCATE_MAX_ADDRESS > will change efi_loadaddr, which means it will only change > the source address for startprog64(), not the destination.
I am not sure, but I thought the efi code would realocate itself to beyound EFI_ALLOCATE_MAX_ADDRESS. MArtin