1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-05 00:32:33 +00:00

fix links in Theory/README.md

This commit is contained in:
Alexander Kuleshov 2018-03-03 00:12:28 +06:00 committed by proninyaroslav
parent 6cd97b12c4
commit 89888b3b7a

View File

@ -2,6 +2,6 @@
This chapter describes various theoretical concepts and concepts which are not directly related to practice but useful to know. This chapter describes various theoretical concepts and concepts which are not directly related to practice but useful to know.
* [Paging](Paging.md) * [Paging](linux-theory-1.md)
* [Elf64 format](ELF.md) * [Elf64 format](linux-theory-2.md)
* [Inline assembly](asm.md) * [Inline assembly](linux-theory-3.md)