Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/include enlarge the initial kernel page table...
details: https://anonhg.NetBSD.org/src/rev/4a570021e34d
branches: trunk
changeset: 482122:4a570021e34d
user: is <is%NetBSD.org@localhost>
date: Mon Feb 14 20:23:20 2000 +0000
description:
enlarge the initial kernel page table - needed for some 128 MB machine
diffstat:
sys/arch/amiga/include/vmparam.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 3b5e9aa005b6 -r 4a570021e34d sys/arch/amiga/include/vmparam.h
--- a/sys/arch/amiga/include/vmparam.h Mon Feb 14 20:12:02 2000 +0000
+++ b/sys/arch/amiga/include/vmparam.h Mon Feb 14 20:23:20 2000 +0000
@@ -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 @@
/*
* 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_ */
Home |
Main Index |
Thread Index |
Old Index