随笔分类 -  openwrt

摘要:Linux 内核执行 start_kernel 函数时会调用 kernel_init 来启动 init 进程,流程如下图: kernel_init 部分代码如下: 接着分析 openwrt 中 package/system/procd/Makefile ,这里将 procd 源码编译生成的可执行文件 阅读全文
posted @ 2019-03-21 18:01 tinylaker 阅读(5271) 评论(0) 推荐(1)