Quick Commands for Linux Kernel Compilation
Hello!
Assuming you know what to do before and after, the simple commands for kernel compilation are:
cd <source>
make menuconfig
make clean && make bzImage && make modules && make modules_install && make install && depmod && update-initramfs -c -k <kernel version>
<make sure everything with GRUB and BIOS or EFI works>.
Regards,
Startupers!