linux-insides/Concepts/README.md

7 lines
276 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.
* [Per-CPU variables](http://0xax.gitbooks.io/linux-insides/content/Concepts/per-cpu.html)
2015-04-05 13:53:50 +00:00
* [CPU masks](http://0xax.gitbooks.io/linux-insides/content/Concepts/cpumask.html)