1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
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)