Get the latest Kernel from kernel.org
Get a default .config file
cp /boot/config-`uname -r` ./.config
OR
make defconfig
Then configure the kernel - the hardest part 🙁
make xconfig
Compile/Install it
make make modules_install make install
[tags]kernel,linux,command,compile,configure,xconfig[/tags]