Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf - 32 bit kernel must MEMLIMIT to 512MB



details:   https://anonhg.NetBSD.org/src/rev/fae99aadfa28
branches:  trunk
changeset: 764201:fae99aadfa28
user:      cliff <cliff%NetBSD.org@localhost>
date:      Thu Apr 14 05:06:10 2011 +0000

description:
- 32 bit kernel must MEMLIMIT to 512MB

diffstat:

 sys/arch/evbmips/conf/XLSATX32 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 72c0d8eb91d3 -r fae99aadfa28 sys/arch/evbmips/conf/XLSATX32
--- a/sys/arch/evbmips/conf/XLSATX32    Thu Apr 14 05:05:35 2011 +0000
+++ b/sys/arch/evbmips/conf/XLSATX32    Thu Apr 14 05:06:10 2011 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: XLSATX32,v 1.2 2011/02/20 07:48:33 matt Exp $
+# $NetBSD: XLSATX32,v 1.3 2011/04/14 05:06:10 cliff Exp $
 #
 
+#ident                 "XLSATX32-$Revision: 1.3 $"
+
 include "arch/evbmips/conf/XLSATX"
 
-#ident                 "XLSATX32-$Revision: 1.2 $"
+options        MEMLIMIT=0x20000000                     # 512MB 
 
 makeoptions    LP64="no"



Home | Main Index | Thread Index | Old Index