From 77475cb517af609ad34b21675cd8ab3133ab2d67 Mon Sep 17 00:00:00 2001 From: Kevin Soules Date: Mon, 2 Mar 2015 05:42:40 +0100 Subject: [PATCH] Fix typo in paging --- Theory/Paging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theory/Paging.md b/Theory/Paging.md index 3a59181..d6e8929 100644 --- a/Theory/Paging.md +++ b/Theory/Paging.md @@ -23,7 +23,7 @@ So... I will try to explain how paging works in theory in this post. Of course i Enabling paging -------------------------------------------------------------------------------- -There are three three paging modes: +There are three paging modes: * 32-bit paging; * PAE paging; @@ -140,7 +140,7 @@ As i wrote about linux kernel for `x86_64` uses 4-level page tables. Their names * Page Middle Directory * Page Table Entry -After that you compiled and installed linux kernel, you can note `System.map` file which stores address of the functions whic are used by the kernel. Note that addresses are virtual. For example: +After that you compiled and installed linux kernel, you can note `System.map` file which stores address of the functions that are used by the kernel. Note that addresses are virtual. For example: ``` $ grep "start_kernel" System.map