mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-25 19:20:28 +08:00
3.7 KiB
3.7 KiB
Summary
- 简介
- 引导
- 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
- Introduction
- Start to dive into interrupts
- Interrupt handlers
- Initialization of non-early interrupt gates
- Implementation of some exception handlers
- Handling Non-Maskable interrupts
- Dive into external hardware interrupts
- Initialization of external hardware interrupts structures
- Softirq, Tasklets and Workqueues
- Last part
- System calls
- Timers and time management
- Synchronization primitives
- Memory management
- SMP
- Concepts
- Linux 内核中的数据结构
- 理论
- Initial ram disk
- 杂项
- 有帮助的链接
- 贡献者