Kernel Compilation
Kernel Compilation
$sudo make modules_install Step # 7 Install kernel $sudo make install Make install command will install three files into /boot directory as well as modification to kernel grub configuration file: System.map-2.6.31.5_shivaprasad_mod config-2.6.31.5_shivaprasad_mod vmlinuz-2.6.31.5_shivaprasad_mod Step # 8: Create an initrd image $sudo update-initramfs c k 2.6.31.5_shivaprasad_mod Step # 9: Update Grub configuration file $sudo update-grub Step # 10: Reboot computer to get a modified kernel in the grub loader Step # 11: Verification of kernel in the modified kernel $uname a