diff --git a/Concepts/README.md b/Concepts/README.md new file mode 100644 index 0000000..23bec8c --- /dev/null +++ b/Concepts/README.md @@ -0,0 +1,5 @@ +# 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)