What are the first operations that the Linux Kernel executes on boot?
- by The Rook
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?