Skip to content

Commit 8f89f91

Browse files
committed
Update README.md
1 parent 3e8f219 commit 8f89f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter-8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ asm(" mov %%cr0, %%eax; \
6363

6464
But before, we need to initialize our pages directory with at least one pages table.
6565

66-
#### First Implementation: Identity Mapping
66+
#### Identity Mapping
6767

6868
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:
6969

0 commit comments

Comments
 (0)