Skip to content

Commit dc2ec7d

Browse files
committed
Update README.md
1 parent cbb9a63 commit dc2ec7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter9/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The address space between the beginning of memory and `0x40000000` address is th
2323

2424
The kernel space in virtual memory, which is using 1Gb of virtual memory, is common to all tasks (kernel and user).
2525

26-
This is implemented by pointing the first 256 entries of the task page directory to the kernel page directory:
26+
This is implemented by pointing the first 256 entries of the task page directory to the kernel page directory (In [vmm.cc](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System/blob/master/src/kernel/arch/x86/vmm.cc#L204)):
2727

2828
```cpp
2929
/*

0 commit comments

Comments
 (0)