微波EDA网,见证研发工程师的成长!
首页 > 硬件设计 > 嵌入式设计 > arm Linux系统启动之start_kernel函数

arm Linux系统启动之start_kernel函数

时间:11-09 来源:互联网 点击:

howart_1777937.html

cpuset_init();

////进程状态初始化,实际上就是分配了一个存储线程状态的高速缓存

taskstats_init_early();

delayacct_init();

//此处为一空函数

imv_init_complete();

//测试CPU的各种缺陷,记录检测到的缺陷,以便于内核的其他部分以后可以使用他们工作。

check_bugs();

//电源相关的初始化

//http://blogold.chinaunix.net/u/548/showart.php?id=377952

acpi_early_init(); /* before LAPIC and SMP init */

//

sfi_init_late();

ftrace_init();

/* Do the rest non-__inited, were now alive */

//创建1号进程,详细分析之

rest_init();

}

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top