On Nov 21, 2007 12:03 PM, Myles Watson myles@pel.cs.byu.edu wrote:
On Wed, Nov 21, 2007 at 12:13:23PM -0700, Myles Watson wrote:
It makes the same changes as mentioned before, but it also uses the correct kernel image depending on the architecture. mkelfimage doesn't work with an x86_64 vmlinux, and with an i386 bzImage it generates a _much_ larger elf.
for x86_64 support there is a patch i posted several months ago.
because late x86_64 kernel vmlinux is elf64, you need to use melfImage to convert that to elf32.
YH