Re: Cannot compile my kernel due to unpredictible situations:

2001-01-12 Thread Russell King
Here are three golden rules of unpacking a kernel tarball: 1. Make sure that you have sufficient free space on the partition before unpacking. Reason: the kernel source is not small. Currently the 2.4.0 kernel is around 105MB, but once built it will grow to 125MB or more depending on

Re: Cannot compile my kernel due to unpredictible situations:

2001-01-11 Thread Yin Tan Cui
On Thu, 11 Jan 2001, Gregg Lloyd wrote: >Hi, >I have downloaded linux kernel 2.4. >In /usr/src, I did untar the file: >gzip -cd linux-2.4.0.tar.gz | tar xvf - >I see several files being copied to several locations (/linux/Documentation, >/linux/arch/..etc..). The problem is that there's no linu

Re: Cannot compile my kernel due to unpredictible situations:

2001-01-11 Thread J . A . Magallon
On 2001.01.12 Gregg Lloyd wrote: > the right 2.4 kernel?? (Kernel howto talks about going to /usr/src/linux and > start compiling..but current /usr/src/linux is a link to my current 2.2.5 > kernel !!!) > So you have just wrote kernel2.4 OVER your kernel2.2. Kernel tarballs always untar and give

Cannot compile my kernel due to unpredictible situations:

2001-01-11 Thread Gregg Lloyd
Hi, I have downloaded linux kernel 2.4. In /usr/src, I did untar the file: gzip -cd linux-2.4.0.tar.gz | tar xvf - I see several files being copied to several locations (/linux/Documentation, /linux/arch/..etc..). The problem is that there's no linux 2.4 directory created under /usr/src o