"Ian" <[EMAIL PROTECTED]> writes: > What restrictions are on the kernel here; > > objcopy -O binary -R .note -R .comment -S /home/archive/vmlinux linux.bin > objcopy: /home/archive/vmlinux: File format not recognized > make: *** [linux.bin] Error 1 > > ... can it only be in a "make vmlinux" format (and not a "make bzImage" format)?
Yes. mkelfImage supports bzImage. Eric