Ubuntu10.04编译安装Linux kernel 3.7.10
1. Download linux-3.7.10.bz2.
You can download in the following website:http://www.kernel.org/
2. Copy the linux-3.7.10.bz2 to the directory /usr/src. The command is:
$sudo update-grub2
这样会将刚才编译好的内核放在启动菜单的首位,如果需要修改启动菜单中默认系统的启动顺序,则修改/boot/grub/grub.cfg 文件中的 set default=的值即可。
内核编译完毕。