mirror of
https://github.com/0xAX/linux-insides
synced 2024-10-31 03:20:14 +00:00
2.2 KiB
2.2 KiB
Summary
- Booting
- Initialization
- First steps in the kernel
- Early interrupts handler
- Last preparations before the kernel entry point
- Kernel entry point
- Continue architecture-specific boot-time initializations
- Architecture-specific initializations, again...
- End of the architecture-specific initializations, almost...
- Scheduler initialization
- RCU initialization
- End of initialization
- Interrupts
- Memory management
- vsyscalls and vdso
- SMP
- Concepts
- Data Structures in the Linux Kernel
- Theory
- Initial ram disk
- Misc
- Useful links
- Contributors