Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/i386/include Pull up revision 1.40 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/9708bb1fd307
branches:  netbsd-1-5
changeset: 490975:9708bb1fd307
user:      he <he%NetBSD.org@localhost>
date:      Fri Mar 30 21:31:48 2001 +0000

description:
Pull up revision 1.40 (requested by fvdl):
  Add some required Linux emulation bits to support the Linux
  version of VMware.

diffstat:

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

diffs (18 lines):

diff -r 66c68ed40b67 -r 9708bb1fd307 sys/arch/i386/include/vmparam.h
--- a/sys/arch/i386/include/vmparam.h   Fri Mar 30 21:31:22 2001 +0000
+++ b/sys/arch/i386/include/vmparam.h   Fri Mar 30 21:31:48 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.37 2000/06/18 18:29:04 castor Exp $      */
+/*     $NetBSD: vmparam.h,v 1.37.2.1 2001/03/30 21:31:48 he Exp $      */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -80,7 +80,7 @@
  * Size of shared memory map
  */
 #ifndef SHMMAXPGS
-#define SHMMAXPGS      1024
+#define SHMMAXPGS      2048
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index