参考:https://blog.csdn.net/weixin_33894992/article/details/92992051

root用户下执行以下操作

1.下载linux2.6.24源码并解压;
2.进入linux2.6.24内核源码目录,把当前系统的.config拷贝过来
cp /boot/config-2.6.18-164.el5 .config
3.执行下make menuconfig,然后保存下
4.make all
5.make modules_install
6.make install

7.重启,启动选项中选择linux2.6.24版本

 

相关文章:

  • 2021-08-11
  • 2022-03-11
  • 2021-05-01
  • 2022-12-23
  • 2021-04-25
  • 2022-01-13
  • 2021-10-25
  • 2022-12-23
猜你喜欢
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-01-20
  • 2022-01-08
相关资源
相似解决方案