原来的目录结构: /usr/src/linx-2.4 --> linux-2.4.20-8
新内核文件 linux-2.5.9.tar.gz 解压到 /usr/src/
然后
rm linux-2.4
ln -s linux-2.5.9 linux
cd linux
在xwindow下 make menuconfig
make dep
make clean
make bzImage
make modules
make modules_install
接下来不就应该cp /usr/src//linux/arch/i386/boot/bzImage /boot/vmlinuz-kernel.version
cp /usr/src/linux/System.map /boot/System.map-kernel.version
找不到这两个文件!!!
是不是找到了这两个文件的话,复制到/boot下,还要改grub的启动参数??
谢谢指点!
2.5.72 or 73 is the higher version ???? it is higher than 2.5.9 ???????
and now which version is the highest?????
download it in the www.kernel.org ???
3x!
yes, 73 > 9.
why u want to try latest one. i think for 2.4.21, if u can compile it easily and solve all problems, u can try some later. skills is more important than try some new one.