1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-09 15:20:57 +00:00

Merge pull request #284 from shivanshuag/fix/grammar

fixed grammar in Theory/Paging.md
This commit is contained in:
0xAX 2015-11-07 10:35:29 +03:00
commit 99c057ad40

View File

@ -16,7 +16,7 @@ As the Intel manual says:
> Paging provides a mechanism for implementing a conventional demand-paged, virtual-memory system where sections of a programs 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 programs execution environment are mapped into physical memory as needed.
So... In this post I will try to explain the theory behind paging. Of course it will be closely related to the `x86_64` version of the linux kernel for, but we will not go into too much details (at least in this post). So... In this post I will try to explain the theory behind paging. Of course it will be closely related to the `x86_64` version of the linux kernel, but we will not go into too much details (at least in this post).
Enabling paging Enabling paging
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------