1.获取需要的内核版本
2.解压内核源码包
3.cd linux-x.x.xx;make distclean;make mrproper;
4.cp /boot/config-2.6.18-6-686 .config
5.make menuconfig(Load An Alter)
6.make
7.make modules_install
8.make install
9.mkinitramfs x.x.xx -o /boot/initrd.img-x.x.xx
10.reboot
阅读(936) | 评论(0) | 转发(0) |