Building The Kernel Source
Building The Kernel Source
When you install Linux, you can specify that you want the kernel source
installed. Or you can add the kernel source later from either the Red Hat 9 CD or
from rpmfind.
Then uncompress and extract the kernel source into /usr/src on your system:
cd /usr/src
bzcat linux-2.4.20.tar.bz2 | tar xvf -
Then create a symbolic link:
ln -s linux-2.4.20 linux