mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-11-01 12:39:09 +00:00
8 lines
252 B
Markdown
8 lines
252 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) |