Revision [8024]
This is an old revision of CompilingKernel made by coolpup on 2010-07-05 05:44:06.
http://puppylinux.com/development/compilekernel.htm
http://www.cyberciti.biz/tips/compiling-linux-kernel-26.html
http://www.linux.com/archive/feature/118524
http://www.tuxradar.com/content/how-compile-linux-kernel
http://www.linuxforums.org/forum/linux-kernel/55612-mini-howto-compile-linux-kernel-2-6-a.html
http://easylinuxcds.com/blog/?p=3244
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/custom-guide/s1-custom-kernel-modularized.html
http://www.howtoforge.net/kernel_compilation_fedora
http://linuxpoison.blogspot.com/2008/07/how-to-compile-linux-kernel.html
Summary (outline)
# wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.gz
# cp linux-2.6.34.tar.gz /usr/src
# cd /usr/src
# tar xfv linux-2.6.34.tar.gz
# cd linux-2.6.34
# make oldconfig
# make menuconfig
# make
# make modules_install
# make install
# reboot