On Fri, Apr 04, 2003 at 07:31:53PM +0000, Lucas Lain wrote: > ok ... i recompiled the kernel and the size is 3.5 MB... and i still can use > it .. i dont understand what its happening
Run this command on the resulting vmlinux: strip -R .comment -R .note vmlinux -o vmlinux.stripped Then use vmlinux.stripped to boot with. Very recent 2.4 and 2.5 sparc64 kernels have a "make image" target that creates arch/sparc64/boot/image using this same command. -- Debian - http://www.debian.org/ Linux 1394 - http://www.linux1394.org/ Subversion - http://subversion.tigris.org/ Deqo - http://www.deqo.com/

