> Hello everyone
> I am trying to figure out hox to compress a linux kernel with UPX
> I compiled with make bzImage and the tried upx -l9 bzImage. Did not
> worked. Should I compile with make zImage instead ?
> Jacques

Make sure you've got the latest UPX.  You'll need 1.11 or later to compress
kernel images.  Both zImage and bzImage files can be compressed successully
by UPX.  The command I use is:

upx --best -o <kernel>.upx <kernel>

where <kernel> is the kernel image file.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to