On Thu, May 15, 2003 at 08:31:45AM +0000, Yap Ee Huey wrote:
I thought zkernel_start could be the reason, but not :
[..snip..]
My kernel was built by : mkelfImage --command-line="root=/dev/hda5 console=ttyS0,19200" --kernel vmlinux -o vmlinux..elf
But the ELF image cannot be tagged. (invalid linux kernel) Also, the tagged bzImage cannot be made ELF. (Not an linux kernel at line 73)
Could it be a problem ? I should have a tagged ELF according to the Documentation.
Try getting a fresh version of mkelfimage. You should be able to run mkelfimage (note small i in newer versions) on bzImage without problems..
//Peter