从零开始深入 Linux 底层(软件工程)

大 佬 鼠 开始进入 linux 开发拉!

Linux Kernel C语言编程范式

https://www.cnblogs.com/wahaha02/p/10147639.html

U-boot引导内核流程分析

https://blog.csdn.net/qq_28992301/article/details/51873201

从零开始写设备树DTS

https://blog.csdn.net/qq_28992301/article/details/53321610

https://blog.csdn.net/woshidahuaidan2011/article/details/52948732
https://elinux.org/Device_Tree_Usage

内核编译过程

模块(module)是可以安装需求加载或卸载到系统内核中,扩展了内核的功能而不需要重启或重新编译内核。没有模块,我就要建立一个完整内核,而且直接添加入内核镜像中,这样就会显的非常臃肿。你可以通过运行lsmod或打开/proc/modules来查看加载到内核中的模块。

https://blog.csdn.net/pkpkpkcom/article/details/8636120

Linux内核模块详解

https://blog.csdn.net/qq_33406883/article/details/100071183

Linux 下 segmentation fault(段错误) 总结

https://blog.csdn.net/chen1415886044/article/details/108175581

Linux 下Coredump分析与配置

https://blog.csdn.net/chen1415886044/article/details/108118966

要学的博客

https://blog.csdn.net/woshidahuaidan2011

https://blog.csdn.net/qq_28992301/category_6379364.html

要看的书籍

微机原理与接口技术

posted @ 2020-11-19 13:18  Juwan  阅读(741)  评论(0编辑  收藏  举报