You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter9/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The address space between the beginning of memory and `0x40000000` address is th
23
23
24
24
The kernel space in virtual memory, which is using 1Gb of virtual memory, is common to all tasks (kernel and user).
25
25
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)):
0 commit comments