1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 22:58:08 +00:00
linux-insides/Concepts/README.md

8 lines
252 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.
2018-03-02 18:09:26 +00:00
* [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)