From b37916efd93b32624382b780d0409a5d805fe42b Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 5 Apr 2015 13:09:51 +0600 Subject: [PATCH] Create README.md --- Concepts/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Concepts/README.md 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)