Skip to content

Commit 3ea7832

Browse files
committed
Update README.md
1 parent 650097c commit 3ea7832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Chapter-8/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ But before, we need to initialize our pages directory with at least one pages ta
6565

6666
#### Identity Mapping
6767

68-
For a first implementation, we will not create user task. The page will apply only to the kernel as the first 4 MB of virtual memory coincide with the first 4 MB of physical memory:
68+
With the identity mapping model, the page will apply only to the kernel as the first 4 MB of virtual memory coincide with the first 4 MB of physical memory:
6969

7070
![Identity Mapping](identitymapping.png)
7171

@@ -75,3 +75,4 @@ This model is simple: the first virtual memory page coincide to the first page i
7575

7676

7777

78+

0 commit comments

Comments
 (0)