More videos like this online at http://www.theurbanpenguin.com
In this tutorial we work with SUSE Enterprise Linux 11 SP3 using the kernel 3.0 and download the current latest stable release from kernel.org; being 3.13. We then run though the process are compiling the new kernel
wget "https://kernel.org/pub/linux....."
tar -Jxvf linux-3.13...tar.xz -C /usr/src/
cd /usr/src/linux-3.13.5/
make clean
make mrproper
make oldconfig
make menuconfig
make bzImage
make modules
make modules_install
make install
reboot