Centos 升级内核 为 kernel 3.14

来源:互联网 发布:查看80端口是否被占用 编辑:程序博客网 时间:2024/05/18 05:32

参考

http://www.now-code.com/archives/153

http://www.linuxidc.com/Linux/2013-08/89325.htm

install.sh脚本:


make mrproper

make clean


cp /boot/config-'uname -r' .config
make oldconfig
sh -c 'yes "" | make oldconfig'


make bzImage
make modules
make modules_install
make install
0 0
原创粉丝点击