#boot
Wiki 2
- Linux boot phases The six-phase x86_64 Linux boot model โ assembly trampoline, early C, setup_arch, start_kernel, rest_init, kernel_init โ each phase unlocking the capabilities the next one needs
- Linux Kernel Startup Espino's six-phase x86_64 boot map โ assembly trampoline, early C, setup_arch, start_kernel, rest_init splitting into PID 0/1/2, kernel_init exec'ing /sbin/init