From 3c4572113a4c33b903b1b6fd13f0eb56df8bdea8 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 30 Jan 1998 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1998-01-30 --- pc/l.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc/l.s b/pc/l.s index 549d6332e808466f82a23030e764a251c35a0ba5..da13812929dfc41c66c5e56bbfbfa558971d44e7 100644 --- a/pc/l.s +++ b/pc/l.s @@ -35,8 +35,8 @@ TEXT _start0x00100020(SB),$0 /* * First check if the bootstrap programme left the first 4MB nicely mapped, otherwise * make the basic page tables for processor 0. Four pages are needed for the basic set: - * a page directory, a page table for mapping the first 4MB of physical memory, a page - * table for mapping the Mach page, and a page for the Mach structure itself. + * a page directory, a page table for mapping the first 4MB of physical memory, and + * virtual and physical pages for mapping the Mach structure. * The remaining PTEs will be allocated later when memory is sized. */ TEXT _start0x80100020(SB), $0