commit | dc25b2bdf16a0f1fd881aecb38859d118f5106e4 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Feb 23 17:07:13 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Tue Feb 23 17:07:13 2021 -0800 |
tree | 7d03516b6ed1659a93fb6efdefea5313afdc9b06 | |
parent | e0a79bb2441cfe6d623f84bfe1efa3c09414d3c4 [diff] |
Fix segment error in GRUB
diff --git a/doc/paging.9 b/doc/paging.9 index 0124421..808dc74 100644 --- a/doc/paging.9 +++ b/doc/paging.9
@@ -31,4 +31,4 @@ writable in user mode, as well as flags set by the CPU: such as if the page has been accessed or modified. .SH SEE ALSO -src/paging.c, src/paging.h +src/paging.c, src/paging.h, Intel manual volume 4, Figure 4-4.