How to Compile, Configure, Build and Install New Linux Kernel from Scratch
1. Download the latest kernel from kernel.org
Code:
wget http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.19.tar.gz tar zxvf linux-2.4.19.tar.gz cd linux-2.4.19
2. Configure the kernel options
This is where you select all the features yo...
worldofhacker.com3 min read