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/macppc/include Pull up revision 1.5 (requested...



details:   https://anonhg.NetBSD.org/src/rev/2206bc100a38
branches:  netbsd-1-4
changeset: 469612:2206bc100a38
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 20 22:49:59 1999 +0000

description:
Pull up revision 1.5 (requested by tsubai):
  Fix "panic: startup: cannot allocate VM for buffers" right after
  copyright message when RAM > approx. 128MB.

diffstat:

 sys/arch/macppc/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4786141f2d24 -r 2206bc100a38 sys/arch/macppc/include/param.h
--- a/sys/arch/macppc/include/param.h   Wed Oct 20 22:48:36 1999 +0000
+++ b/sys/arch/macppc/include/param.h   Wed Oct 20 22:49:59 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.4 1999/01/12 10:51:40 tsubai Exp $ */
+/*     $NetBSD: param.h,v 1.4.2.1 1999/10/20 22:49:59 he Exp $ */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -97,7 +97,7 @@
  * Size of kernel malloc arena in CLBYTES-sized logical pages.
  */
 #ifndef        NKMEMCLUSTERS
-#define        NKMEMCLUSTERS   (128 * 1024 * 1024 / CLBYTES)
+#define        NKMEMCLUSTERS   (8 * 1024 * 1024 / CLBYTES)
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index