linux-insides/Theory/README.md
2016-05-01 21:23:48 +06:00

8 lines
379 B
Markdown

# Theory
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)
* [Inline assembly](http://0xax.gitbooks.io/linux-insides/content/Theory/asm.html)