From f757152a9a10fbe0fd151d46e682738741c1aeef Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 5 Apr 2015 00:52:25 +0600 Subject: [PATCH] Create README.md --- Theory/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Theory/README.md diff --git a/Theory/README.md b/Theory/README.md new file mode 100644 index 0000000..27ceffa --- /dev/null +++ b/Theory/README.md @@ -0,0 +1,7 @@ +# Theory + +This chapter describes various concepts which are used in the Linux kernel. + +* [Paging](http://0xax.gitbooks.io/linux-insides/content/Theory/Paging.html) +* [Elf64 format](http://0xax.gitbooks.io/linux-insides/content/Theory/ELF.html) +* [Per-CPU variables](http://0xax.gitbooks.io/linux-insides/content/Theory/per-cpu.html)