Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/amiga/include Pull up revision 1.26 (requested...
details: https://anonhg.NetBSD.org/src/rev/8e4af59252b4
branches: netbsd-1-4
changeset: 470370:8e4af59252b4
user: he <he%NetBSD.org@localhost>
date: Tue Feb 15 10:07:28 2000 +0000
description:
Pull up revision 1.26 (requested by is):
Enlarge initial kernel page table. needed to boot some 128 MB
machines.
diffstat:
sys/arch/amiga/include/vmparam.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 8ef9fd098eb2 -r 8e4af59252b4 sys/arch/amiga/include/vmparam.h
--- a/sys/arch/amiga/include/vmparam.h Tue Feb 15 10:05:06 2000 +0000
+++ b/sys/arch/amiga/include/vmparam.h Tue Feb 15 10:07:28 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.20 1998/10/02 19:29:49 is Exp $ */
+/* $NetBSD: vmparam.h,v 1.20.6.1 2000/02/15 10:07:28 he Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -187,5 +187,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