linux-insides/Concepts/README.md
2017-01-07 10:53:22 +03:00

8 lines
202 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)