소스 검색

Create README.md

0xAX 10 년 전
부모
커밋
f757152a9a
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      Theory/README.md

+ 7 - 0
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)