linux-embedded: smallest kernel for 2.4.0-test9
Dan Malek
dan at mvista.com
Fri Oct 20 13:07:10 EST 2000
Brendan J Simon wrote:
> .... I currently have the kernel down to 520K
> but would like to get it under 448K (512K minus one 64K sector for a
> bootloader). Is this possible ???
Heh...I did this just the other day with a old -test2 kernel.
Did you remove the ELF header?
dd if=zImage bs=64k skip=1 of=zImage.bin
The starting instruction is the first word of zImage.bin.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-embedded
mailing list