下载内核源文件
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/
生成.config配置文件
make menuconfig
编译
make -j 4
本文共 180 字,大约阅读时间需要 1 分钟。
下载内核源文件
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/
生成.config配置文件
make menuconfig
编译
make -j 4
转载于:https://www.cnblogs.com/chenhuanBlogs/p/6952471.html