upgrade kernel

来源:互联网 发布:音频算法工程师招聘 编辑:程序博客网 时间:2024/06/04 18:11
1.check current system's version
#uname -r
2.download the linux kernel source code package.
3.uncompress the kernel package to a directory
4.change to the directory
5.make mrproper
6.make menuconfig
 OR
cp /boot/config-? .config; sh -c 'yes ""| make oldconfig'
7.make
8.make modules
9.make modules_install
10.make install
0 0
原创粉丝点击