« Why Your Camera Does Not Matter | Home | 昨晚购进70-300G »

April 29, 2007

重新编译RedHat内核的简单方法


下载内核源码包,并tar -jvxf至/usr/src
cd /usr/src
make mrproper
make oldconfig
---
疯狂的回车
---
make
make modules
make modules_install
make install

修改/boot/grub/grub.conf
修改default=1为default=0

sync
sync
sync
最后重启
大功告成

此法编译内核最为有效,基本上就是傻瓜化操作.

Posted by Lifeng Shen on April 29, 2007 5:35 PM |

评论

添加评论







固定链接与引用