linux-insides/Concepts/README.md
Alexander Kuleshov 3e1456fc91 update SUMMARY.md
2017-11-26 11:37:49 +03:00

9 lines
250 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)