#make modules_install 安装内核模块
记着查看/lib/modules新生成一个目录为:
#mkinitrd /boot/initrd-2.4.20-8custom.Img 2.4.20-8custom 生成启动镜像文件
# cp /usr/src/linux-2.4/System.map /boot/System.map-2.4.20-8tcp
删除原有的/boot下的System.map文件
Ln –s /boot/System.map-
#vi /etc/grub.conf # 在最后部分添加如下行:
title Red hat Linux (2.4.20-8-tcp01)
root (hd1,5)
kernel /vmlinuz-
initrd /initrd-
:wq!
#reboot 重新启动后就可以看到刚刚安装好的内核了。