We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f2252 commit cbb9a63Copy full SHA for cbb9a63
chapter9/README.md
@@ -29,6 +29,6 @@ This is implemented by pointing the first 256 entries of the task page directory
29
/*
30
* Kernel Space. v_addr < USER_OFFSET are addressed by the kernel pages table
31
*/
32
- for (i=0; i<256; i++)
33
- pdir[i] = pd0[i];
+for (i=0; i<256; i++)
+ pdir[i] = pd0[i];
34
```
0 commit comments