[PLUG] Make command

andrew.t.sydelko.1 sydelko@purdue.edu
Mon, 28 Feb 2000 02:29:50 -0500 (EST)


Two things, 

1) Your zip drive, if it's an ATAPI drive, should just work. look in
   /mnt for zip, if it's there try mounting it (mount /mnt/zip)

2) the error you got from making the kernel is because you put too
   many drivers in the kernel and it's too large to fit in the boot
   sector. So, it's giving you the option of compressing it differently
   (bzImage) or making some more things into modules. The easy way
   to fix this is use (make bzImage) instead of (make zImage). Also
   note that the kernel name in LINUXSRCDIR/arch/i386/boot will 
   change to bzImage from zImage

Hope this helps,

--andy.

On Mon, 28 Feb 2000, Marcom, Greg wrote:

> I am a total newbie at compiling my kernel.  I am running Mandrake 7.0 at
> home and I was trying to get the kernel compliled so I could use my ATAPI
> ZIP drive.  I did 'make xconfig' then 'make dep' then 'make clean' and
> then'make boot'.  When the 'make boot' was done I got the error that "my
> system is too big. Try using bzImage or modules".  What did I do wrong?  I
> just read the HOWTO for ATAPI ZIPs and it said use CONFIG_BLK_DEV_IDESCSI.
> Is that right?
> 
> ____________________________________________________
> The Purdue Linux Users' Group (PLUG) mailing list.
> plug mailing list  -  plug@csociety.purdue.edu
> http://csociety.ecn.purdue.edu/mailman/listinfo/plug
>