1、uboot阶段:
2、内核阶段
1. 确定 processor type
2. 确定 machine type
3.
创建页表
4.
调用平台特定的__cpu_flush函数
5.
开启mmu
6.
切换数据
7. 跳转到start_kernel
8. rest_init
9. kernel_init
10、init_post
图片引用自http://blog.chinaunix.net/uid-23193900-id-3184107.html,表示感谢,个人理解,如有错误的地方, 欢迎高手指点。