Pārlūkot izejas kodu

Merge pull request #91 from darkstar/theory-fixes

Theory fixes
0xAX 10 gadi atpakaļ
vecāks
revīzija
0a0e6d71b6
2 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  1. 1 3
      Theory/Paging.md
  2. 1 0
      contributors.md

+ 1 - 3
Theory/Paging.md

@@ -14,9 +14,7 @@ In my view, memory management is one of the most complex part of the linux kerne
 
 As Intel manual says:
 
-```
-Paging provides a mech-anism for implementing a conventional demand-paged, virtual-memory system where sections of a program’s execution environment are mapped into physical memory as needed.
-```
+> Paging provides a mechanism for implementing a conventional demand-paged, virtual-memory system where sections of a program’s execution environment are mapped into physical memory as needed.
 
 So... I will try to explain how paging works in theory in this post. Of course it will be closely related with the linux kernel for `x86_64`, but we will not go into deep details (at least in this post).
 

+ 1 - 0
contributors.md

@@ -34,4 +34,5 @@ Thank you to all contributors:
 * [Miquel Sabaté Solà](https://github.com/mssola)
 * [Michael Aquilina](https://github.com/MichaelAquilina)
 * [Gabriel Sullice](https://github.com/gabesullice)
+* [Michael Drüing](https://github.com/darkstar)