Linux Kernel Compilation

来源:互联网 发布:大数据时代的政治机遇 编辑:程序博客网 时间:2024/05/16 03:53

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

原创粉丝点击