1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-15 20:48:57 +00:00
linux-insides/Concepts/README.md

8 lines
249 B
Markdown
Raw Normal View History

2015-04-05 07:09:51 +00:00
# Linux kernel concepts
This chapter describes various concepts which are used in the Linux kernel.
2017-01-07 07:53:22 +00:00
* [Per-CPU variables](per-cpu.md)
* [CPU masks](cpumask.md)
* [The initcall mechanism](initcall.md)
2017-10-10 18:24:22 +00:00
* [Notification Chains](notification_chains.md)