From c045a66d75eac0a69a836ec8c0cf6b79a57b0ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 27 Oct 2004 17:13:20 +0000 Subject: [PATCH] Gosh, didn't even find the time to adapt map_page()'s comment to the new world. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9538 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/platform/bios_ia32/mmu.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/kernel/boot/platform/bios_ia32/mmu.cpp b/src/kernel/boot/platform/bios_ia32/mmu.cpp index 7bdc367502..2aa53a3d75 100644 --- a/src/kernel/boot/platform/bios_ia32/mmu.cpp +++ b/src/kernel/boot/platform/bios_ia32/mmu.cpp @@ -126,9 +126,8 @@ add_page_table(addr_t base) /** Creates an entry to map the specified virtualAddress to the given * physicalAddress. - * Note, it can only map the 4 meg region right after KERNEL_BASE; this - * could be easily fixed, though, by dynamically adding another page - * table, if the need arises. + * If the mapping goes beyond the current page table, it will allocate + * a new one. If it cannot map the requested page, it panics. */ static void