ubuntu 16.04 LTS 内核源码下载编译流程
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1)下载
首先看一下自己的内核版本 apt-cache search linux-source
下载内核代码:sudo apt-get install linux-source-4.10.0
2)解压:
/usr/source/ 目录下解压
tar -jxv -f linux-source-4.10.0.tar.bz2
3)编译
make menuconfig
报错:
出现错误fatal error: curses.h: No such file or directory
原因:出现该错误的原因是在使用menuconfig时,需要ncurses库的支持。
解决办法:sudo apt-get install libncurses5-dev libncursesw5-dev
4)编译过程参考:
4.1) make -j4
make modules_install:安装模块
make install :安装内核相关文件
4.2) cd /boot/grub/
update-grub2
如果权限不够,命令前面加sudo
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)