4.输入make menuconfig(图形化界面)或 make oldconfig make oldconfig使用默认的.config文档编译 5.输入make bzImage 6.输入make modules 7.输入make modules_install 8.输入depmod -a
9.输入mkinitrd /boot/ initrdx.y.z.imp x.y.z
10.cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-new cp /usr/src/linux/System.map /boot/System.map-new
根据不同的CPU架构,可能在不同的目录下。IGSMR的CPU可能在X86目录下。 11.
修改/boot/grub/grub.config文件 default=1 timeout=15
splashimage=(hd0,0)/grub/splash.xpm.gz title RedFlag (2.4.26-version) root (hd0,0)
kernel /vmlinuz-2.4.26 ro root=LABEL=/
initrd /initrd-2.4.26.img title MyRF (new_kernel) root (hd0,0)
kernel /vmlinuz-new ro root=/dev/hda3 initrd /System.map-new.img
8.当2.6以上内核升级时,此处为make install。
然后修改/boot/grub/grub.config文件。将default=1改为default=0,搞定。reboot。
12.shutdown -r now
Ubuntu内核可能与上述不同 9.Mkinitramfs -o /boot/initrd-x.y.z 11.Update-grub
因篇幅问题不能全部显示,请点此查看更多更全内容