$ Linux学习路线
1. C, C++, Linux命令行与Shell脚本编程
《C/C++ primer plus》[vimg] 《Linux命令行与shell脚本编程大全》[idps]
2. Makefile
《跟我一起写Makefile》作者:陈皓
3. CMake
https://cmake.org/cmake/help/latest/guide/tutorial/index.htmlhttps://github.com/ShieldQiQi/cmake-examples
4. 汇编基础
https://www.geek-share.com/detail/2727529868.html汇编语言入门教程 作者: 阮一峰
5. Linux内核
《程序员的自我修养-链接、装载与库》 《Linux内核设计与实现》 《深入理解Linux内核》 《Linux设备驱动程序》