linux-insides/Theory/README.md

8 lines
214 B
Markdown
Raw Normal View History

2015-04-04 18:52:25 +00:00
# Theory
2015-04-05 07:12:05 +00:00
This chapter describes various theoretical concepts and concepts which are not directly related to practice but useful to know.
2015-04-04 18:52:25 +00:00
* [Paging](Paging.md)
* [Elf64 format](ELF.md)
* [Inline assembly](asm.md)