On 28 Aug 1998, Manoj Srivastava wrote: > I note that there does appear to be a arch/sparc/boot/ > directory. It seems strange that though the directory exists, the > vmlinux/z file is not there, as it is for other architectures. Is > there anything like vmlinux/z in arch/sparc/boot/?
The correct files to use on Sparc are /usr/src/linux/vmlinux and /usr/src/linux/System.map. SILO knows how to use the vmlinux from the top of the kernel tree. (There is no zImage since SILO recognizes straight gzip compression and can uncompress a kernel image itself. The user just needs to do gzip -9 vmlinux.) Tom

