Re: bzimage again -- Thanks!

1999-12-05 Thread Jim Kannengieser
Thanks to everyone for the correct syntax. My system is up and running now. 'make bzImage' worked like a charm. Cheers, Jim -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

RE: bzimage again

1999-12-05 Thread redhat
If you are just going to add it to lilo, just do a "make bzlilo" and save yourself a step. Warren On Sun, 5 Dec 1999, Uncle Meat wrote: > > On 06-Dec-99 Jim Kannengieser opined: > > Hi folks. Sorry to keep pestering the list with this one, but I still > > haven't found a reference for building

RE: bzimage again

1999-12-05 Thread Uncle Meat
On 06-Dec-99 Jim Kannengieser opined: > Hi folks. Sorry to keep pestering the list with this one, but I still > haven't found a reference for building a kernel with bzimage. Can anyone > point me to some documentation on this? > > My problem boils down to this: do I use the 'make bzimage' comman

Re: bzimage again

1999-12-05 Thread lloy0076
Now, the Makefile for the images in in: /usr/src/linux/arch/i386 Of course if you're not using an IBM compatible it will be in one of the other directories. Use vi, emacs (or another editor) to "find" bz and you'll get the EXACT name of the image. If you make bzimage, it's not the same as make

Re: bzimage again

1999-12-05 Thread Darryl Harvey
At 12:26 6/12/99 , you wrote: >Hi folks. Sorry to keep pestering the list with this one, but I still >haven't found a reference for building a kernel with bzimage. Can anyone >point me to some documentation on this? > >My problem boils down to this: do I use the 'make bzimage' command >instead of

Re: bzimage again

1999-12-05 Thread Tamas Arpad
Hi I think you should use bzImage not bzimage. Hope this helps. Arpi > Hi folks. Sorry to keep pestering the list with this one, but I still > haven't found a reference for building a kernel with bzimage. Can anyone > point me to some documentation on this? > > My problem boils down to

bzimage again

1999-12-05 Thread Jim Kannengieser
Hi folks. Sorry to keep pestering the list with this one, but I still haven't found a reference for building a kernel with bzimage. Can anyone point me to some documentation on this? My problem boils down to this: do I use the 'make bzimage' command instead of 'make boot'? When I tried this, I re