mirror of
https://github.com/0xAX/linux-insides
synced 2024-11-05 21:20:59 +00:00
8 lines
379 B
Markdown
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)
|