ARM Linux Boot Sequence

1490阅读 0评论2009-02-09 I-linux
分类:

The following traces the Linux boot sequence for ARM-based systems in the 2.6.18 kernel. It looks at just the earliest stages of the boot process, until the generic non-processor-specific start_kernel function is called. The line numbers of each statement are in parenthese at the end of the line; the kernel source itself can be conveniently browsed on the .

zImage decompression


ARM-specific kernel code



Processor-independent kernel code

上一篇:引导armlinux
下一篇:arm-linux源码分析之解压内核映像