From 94f8cf69f3bf6ab66973228ed7e387810d861211 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 5 Apr 2015 13:12:05 +0600 Subject: [PATCH] Update README.md --- Theory/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theory/README.md b/Theory/README.md index 4e1bdfb..7374a88 100644 --- a/Theory/README.md +++ b/Theory/README.md @@ -1,6 +1,6 @@ # Theory -This chapter describes various concepts which are used in the Linux kernel. +This chapter describes various theoretical concepts and concepts which are not directly related to practice but useful to know. * [Paging](http://0xax.gitbooks.io/linux-insides/content/Theory/Paging.html) * [Elf64 format](http://0xax.gitbooks.io/linux-insides/content/Theory/ELF.html)