您现在的位置是:首页 > 技术资料 > openwrt启动脚本分析
推荐星级:
  • 1
  • 2
  • 3
  • 4
  • 5

openwrt启动脚本分析

更新时间:2019-11-22 16:08:09 大小:25K 上传用户:xuzhen1查看TA发布的资源 标签:openwrt 下载积分:0分 评价赚积分 (如何评价?) 打赏 收藏 评论(0) 举报

资料介绍

一、内核启动

uboot

-> start_kernel -> rest_init()

->

kernel_thread(kernel_init)-->kernel_init_freeable()-->r

un_init_process

->

1,start_kernel 函数

(trunk/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/

Linux-ramips_rt305x/linux-3.10.36/init/main.c)[cpp] view

plain copy

<pre name="code" class="cpp">asmlinkage void

__init start_kernel(void)

{

char * command_line;

extern const struct kernel_param __start___param[],

__stop___param[];

/*

* Need to run as early as possible, to initialize the

* lockdep hash:

*/

lockdep_init();

smp_setup_processor_id();

debug_objects_early_init();


部分文件列表

文件名 大小
openwrt启动脚本分析.pdf 25K

部分页面预览

(完整内容请下载后查看)
openwrt 启动脚本分析  
一、 内核启动  
uboot  
-> start_kernel -> rest_init()  
->  
kernel_thread(kernel_init)-->kernel_init_freeable()-->r  
un_init_process  
->  
1,start_kernel 函数  
(trunk/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/  
Linux-ramips_rt305x/linux-3.10.36/init/main.c)[cpp] view  
plain copy  
<pre name="code" class="cpp">asmlinkage void  
__init start_kernel(void)  

全部评论(0)

暂无评论

上传资源 上传优质资源有赏金

  • 打赏
  • 30日榜单

推荐下载