Re: How do I build vmlinuz manually?

2003-09-05 Thread Matt Zimmerman
On Fri, Sep 05, 2003 at 08:07:37AM -0500, Adam Thornton wrote: > On Thu, 2003-09-04 at 23:24, Matt Zimmerman wrote: > > "make zimage" (note the case, different from i386) should do it. > > Maybe it should, but in the top-level directory: > > debian:/devel/kernel/linux-2.4.21-plus# make zimage > ma

Re: How do I build vmlinuz manually?

2003-09-05 Thread Adam Thornton
On Fri, 2003-09-05 at 08:34, Lucius, Leland wrote: > I always use: > > make image modules install modules_install > > For the "make install" to work, you have to either apply my "kerntypes" > patch or have your own "installkernel" script. > > The "make image" leaves an "image" file in arc/s390x/boo

Re: How do I build vmlinuz manually?

2003-09-05 Thread Lucius, Leland
> The "make image" leaves an "image" file in arc/s390x/boot > Ugh, that's supposed to be "arch/s390x/boot" (or arch/s390/boot).

Re: How do I build vmlinuz manually?

2003-09-05 Thread Lucius, Leland
d be usable. That's where the install target gets it from. > -Original Message- > From: Adam Thornton [mailto:[EMAIL PROTECTED] > Sent: Friday, September 05, 2003 8:08 AM > To: [EMAIL PROTECTED] > Subject: Re: How do I build vmlinuz manually? > > On Thu, 2003-09-04

Re: How do I build vmlinuz manually?

2003-09-05 Thread Adam Thornton
On Thu, 2003-09-04 at 23:24, Matt Zimmerman wrote: > "make zimage" (note the case, different from i386) should do it. Maybe it should, but in the top-level directory: debian:/devel/kernel/linux-2.4.21-plus# make zimage make: *** No rule to make target `zimage'. Stop. Which is why I'm wondering

Re: How do I build vmlinuz manually?

2003-09-04 Thread Matt Zimmerman
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 boo

How do I build vmlinuz manually?

2003-09-04 Thread Adam Thornton
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 to