Skip to content

Commit cbb9a63

Browse files
committed
Update README.md
1 parent 38f2252 commit cbb9a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter9/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ This is implemented by pointing the first 256 entries of the task page directory
2929
/*
3030
* Kernel Space. v_addr < USER_OFFSET are addressed by the kernel pages table
3131
*/
32-
for (i=0; i<256; i++)
33-
pdir[i] = pd0[i];
32+
for (i=0; i<256; i++)
33+
pdir[i] = pd0[i];
3434
```

0 commit comments

Comments
 (0)