mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-11-15 20:48:57 +00:00
8 lines
249 B
Markdown
8 lines
249 B
Markdown
# Linux kernel concepts
|
|
|
|
This chapter describes various concepts which are used in the Linux kernel.
|
|
|
|
* [Per-CPU variables](per-cpu.md)
|
|
* [CPU masks](cpumask.md)
|
|
* [The initcall mechanism](initcall.md)
|
|
* [Notification Chains](notification_chains.md) |