Boot your custom Kernel: Quick and dirty way
Let's start with something very simple and useful. Whenever you build a kernel tree, you get a kernel binary (Duh!). But you can't boot that kernel without some elbow grease first. Because ideally you need those three together: Kernel image: (/boot/vmlinuz, kernel-src/arch/x86_64/boot/bzImage, /boot/vmlinux…