Steps to do Kernel Compilation
------------------------------------------
cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.11.tar.bz2
tar -xjvf linux-2.6.17.11.tar.bz2
copy your current config over
do uname -r to see what kernel your running and copy it, example:
cp /boot/config-2.6.9-22.0.2.EL .config
make menuconfig
make bzImage
make modules
make modules_install
make install
No comments:
Post a Comment