1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-06 09:02:31 +00:00
linux-insides/Concepts/README.md
2018-08-05 11:15:20 +03:00

9 lines
253 B
Markdown

# Linux kernel concepts
This chapter describes various concepts which are used in the Linux kernel.
* [Per-CPU variables](linux-cpu-1.md)
* [CPU masks](linux-cpu-2.md)
* [The initcall mechanism](linux-cpu-3.md)
* [Notification Chains](linux-cpu-4.md)