Compile the Linux Kernel
- download the linux kernel source code
- cd the source code dir
make distcleanmake menuconfigormake oldconfigmake all -j4ormakethenmake modules_installcp -v arch/x86_64/boot/bzInage /boot/vmlinuz-linux-versioncp system.map /boot/System.map-versioncp .config /boot/config-versionupdate-grubreboot
bindeb-pkgorbinrpm-pkgcould substitute step 5 to step 9. Thendpkg -i kernel.deborrpm -i kernel.rpm