From ca0fa71fde4ed59a1fb528b1e1595051816db58a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 25 Nov 2006 23:00:46 +0000 Subject: [PATCH] Tweak the comment about mapping a kernel using large pages. --- sys/i386/i386/locore.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index 7ca289c0c619..b789504e55c5 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -908,10 +908,10 @@ no_kernend: fillkpt(R(IdlePTD), $PG_RW) /* - * For the non-PSE case, install PDEs for PTs covering the kernel. + * For the non-PSE case, install PDEs for PTs covering the KVA. * For the PSE case, do the same, but clobber the ones corresponding - * to the kernel (from btext to KERNend) with 4M ('PS') PDEs immediately - * after. + * to the kernel (from btext to KERNend) with 4M (2M for PAE) ('PS') + * PDEs immediately after. */ movl R(KPTphys), %eax movl $KPTDI, %ebx