Right, Here's the long and short of it:
Go to
www.kernel.org and get whatever version you want.
Untar it in /usr/src/ by going to that dir and doing
Code:
tar xjf /path/to/kernel/linux-2.4.20.tar.bz2
cd linux-2.4.20
apply any patches you want.
Code:
make mrproper
make menuconfig
make dep
make clean
make modules bzImage
make modules_install
At the menuconfig part you will be asked aboiut the system and have loads of options, just take it one at a time and read the help sections. Here's a tutorial on recompiling the kernel.
http://www.linuxjunior.org/cgi-bin/p...T=Display&id=9
Alternativley, the 2.5/2.6 tree has NForce2 support.