How to Compile, Configure, Build and Install New Linux Kernel from Scratch
Sep 23, 2012 · 3 min read · 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...
Join discussion


