Displaying 1 result from an estimated 1 matches for "final_exec_addr".
2006 Feb 25
1
[PATCH] fix mkelf32 when cross compiling on i386 for x86-64
Use strtoull to parse the final_exec_addr value from the command
line. Whe cross compiling on i386 for x86-64 unsigned long is 32 bit,
which leads to final_exec_addr being truncated to 32 bits by strtoul,
which leads to grub refusing to load the resulting image. Please
apply.
Signed-Off-By: Muli Ben-Yehuda <mulix@mulix.org>
diff -r...