linux-insides/Theory/README.md

8 lines
244 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
2018-03-02 18:12:28 +00:00
* [Paging](linux-theory-1.md)
* [Elf64 format](linux-theory-2.md)
* [Inline assembly](linux-theory-3.md)