1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00

fix links in Theory/README.md

This commit is contained in:
Alexander Kuleshov 2018-03-03 00:12:28 +06:00
parent 5cfb5aa0e0
commit 8d17a25056
No known key found for this signature in database
GPG Key ID: EE88CAC52D66AC9B

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)