ubuntu20.04实操编译linux内核步骤
手动编译linux内核因工作原因需要查看当前ubuntu系统内核的源代码,但当前系统内并无源码,故自己手动编译内核,从而能对应着syslog查看内核代码输出。以下仅记录下,不太详细,按照贴的这些blog中步骤即可成功。1. 下载目标版本的headers相关安装文件,并dpkg安装2.再去kernel.org下下载tar,选择source code下载3. 编译4. 其他因工作原因需要查看当前ubu
编译linux内核
因工作原因需要查看当前ubuntu系统内核的源代码,但当前系统内并无源码,故自己手动编译内核,从而能对应着syslog查看内核代码输出。以下仅记录下,不太详细,按照贴的这些blog中步骤即可成功。
1. 下载目标版本的headers相关安装文件,并dpkg安装
教你如何在Linux中安装Linux kernel 5.4
https://blog.csdn.net/weixin_43226231/article/details/103545746
ubuntu 下如何下载linux内核源码https://blog.csdn.net/weixin_42048417/article/details/80811484
2. 再去kernel.org下下载tar,选择source code下载
3. 编译
Linux内核编译
https://blog.csdn.net/ibless/article/details/82349507
linux内核编译过程的最终总结版
https://blog.csdn.net/weibo1230123/article/details/82716763
如何编译安装Linux内核
https://www.cnblogs.com/harrypotterjackson/p/11846222.html
解决编译kernel出现WARNING:Section mismatch(es)
https://blog.csdn.net/flfihpv259/article/details/51889445
4. 其他
删除ubuntu旧内核
https://blog.csdn.net/weixin_30663391/article/details/97871062
更多推荐
所有评论(0)