~kris/9p

9hist

d723d10e6dc567c65d62187ad013cbd4acc4a8d3 — David du Colombier 35 years ago ad42508
Plan 9 from Bell Labs 1991-09-22
1 files changed, 3 insertions(+), 0 deletions(-)

M pc/mmu.c
M pc/mmu.c => pc/mmu.c +3 -0
@@ 69,6 69,9 @@ Segdesc gdt[] =
[TSSSEG]	TSSSEGM(0,0),		/* tss segment */
};

static ulong	*ktoppt;	/* prototype top level page table
				 * containing kernel mappings
				 */
static ulong	*toppt;		/* top level page table */	
static ulong	*kpt;		/* kernel level page tables */
static ulong	*upt;		/* page table for struct User */