mirror of
https://github.com/0xAX/linux-insides
synced 2024-11-09 13:10:43 +00:00
9 lines
266 B
Markdown
9 lines
266 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 in Linux Kernel](notification_chains.md)
|