From a90153e264e23eb8ad62fd6dc1626a446f345594 Mon Sep 17 00:00:00 2001 From: is Date: Mon, 14 Feb 2000 20:23:20 +0000 Subject: [PATCH] enlarge the initial kernel page table - needed for some 128 MB machine --- sys/arch/amiga/include/vmparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amiga/include/vmparam.h b/sys/arch/amiga/include/vmparam.h index 8ed498fb3755..15f5bb1be5ff 100644 --- a/sys/arch/amiga/include/vmparam.h +++ b/sys/arch/amiga/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.25 2000/02/11 19:25:14 thorpej Exp $ */ +/* $NetBSD: vmparam.h,v 1.26 2000/02/14 20:23:20 is Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -165,5 +165,5 @@ struct pmap_physseg { /* * number of kernel PT pages (initial only, can grow dynamically) */ -#define VM_KERNEL_PT_PAGES ((vm_size_t)4) /* XXX: SYSPTSIZE */ +#define VM_KERNEL_PT_PAGES ((vm_size_t)8) /* XXX: SYSPTSIZE */ #endif /* !_MACHINE_VMPARAM_H_ */