Published on : October 3, 2009 by George K.
Recompile Kernal Compiling custom kernel has its own advantages and disadvantages. It helps to optimize the kernel to your environment (hardware and usage patterns). I shall try to guide you through the steps on recompile kernel Step 1: Download the kernel source cd /usr/local/src wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-x.y.z.tar.bz2 Note: Replace x.y.z with actual version number. Step 2: Extract […]