您的位置:首页 > 运维架构 > Linux

Linux Kernel Compilation

2017-10-04 21:36 260 查看

1. Download source code and extract

2. Copy a .config file to the extracted folder. A .config file is often located in /boot.

3. make menuconfig in Terminal and wait for hours.

4.make modules_install and wait for several minutes.

5.make install.

6.restart.

7.inspect the kernel version in Terminal using command uname -a.

安装过程的部分命令行记录:https://pan.baidu.com/s/1boMfVl1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息