mirror of
https://github.com/0xAX/linux-insides
synced 2024-11-09 13:10:43 +00:00
8 lines
214 B
Markdown
8 lines
214 B
Markdown
# Theory
|
|
|
|
This chapter describes various theoretical concepts and concepts which are not directly related to practice but useful to know.
|
|
|
|
* [Paging](Paging.md)
|
|
* [Elf64 format](ELF.md)
|
|
* [Inline assembly](asm.md)
|