On Thu, Sep 04, 2003 at 10:39:16PM -0500, Adam Thornton wrote: > So, I'm building my own 2.4.21 kernel, with the IBM patches and some of > Leland Lucius's stuff. > > make or make boot builds vmlinux. There's no obvious compressed target > in the arch/s390/boot directory. > > And when I try to boot that kernel, I get a program interrupt loop. > > But when I use the Debian tools (make-kpkg), I end up with a vmlinuz > that boots fine. > > So my question is, what operations do I need to perform on vmlinux to > turn it into vmlinuz myself?
"make zimage" (note the case, different from i386) should do it. -- - mdz
