mirror of
https://github.com/0xAX/linux-insides
synced 2024-11-15 18:13:27 +00:00
8 lines
202 B
Markdown
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)
|