From 1d886b7398eff04f5dae256e21be6bfe792f221b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 31 Aug 2004 05:12:57 +0000 Subject: [PATCH 1/1] Update comment. --- src/threads/paging.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/threads/paging.c b/src/threads/paging.c index d54fef8..587813c 100644 --- 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 use - 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 we + should not try to use extravagant amounts of memory. + Fortunately, there is no need to do so. */ void paging_init (void) { -- 2.30.2