projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1358c5
)
Update comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 05:12:57 +0000
(
05:12
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 05:12:57 +0000
(
05:12
+0000)
src/threads/paging.c
patch
|
blob
|
history
diff --git
a/src/threads/paging.c
b/src/threads/paging.c
index d54fef8e021db91d046f69bb74e2443b11a22bf9..587813cb3c3707071316d9926979873a98d8f91e 100644
(file)
--- a/
src/threads/paging.c
+++ b/
src/threads/paging.c
@@
-43,9
+43,9
@@
pte_get_page (uint32_t pte)
new page directory.
At the time this function is called, the active page table
-
only maps the first 4 MB of RAM, so it should not try to us
e
- extravagant amounts of memory. Fortunately, there is no need
- to do so. */
+
(set up by loader.S) only maps the first 4 MB of RAM, so w
e
+ should not try to use extravagant amounts of memory.
+
Fortunately, there is no need
to do so. */
void
paging_init (void)
{