What are the first operations that the Linux Kernel executes on boot?

Posted by The Rook on Stack Overflow See other posts from Stack Overflow or by The Rook
Published on 2010-04-07T03:35:35Z Indexed on 2010/04/07 3:43 UTC
Read the original article Hit count: 212

Filed under:
|
|
|

After the boot loader hands execution over to the kernel, what happens? I know assembler, so what are the first few executions that a kernel must make or is there a C function that does this? What is the startup sequence before the kernel can execute an arbitrary binary?

© Stack Overflow or respective owner

Related posts about linux

Related posts about assembly