Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf Bump KVM size and add inet6 to surpre...



details:   https://anonhg.NetBSD.org/src/rev/7a6b14256782
branches:  trunk
changeset: 772017:7a6b14256782
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Dec 13 17:48:31 2011 +0000

description:
Bump KVM size and add inet6 to surpress warnings from say postfix

diffstat:

 sys/arch/usermode/conf/GENERIC |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r 433d5892ecd1 -r 7a6b14256782 sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC    Tue Dec 13 15:53:47 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC    Tue Dec 13 17:48:31 2011 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: GENERIC,v 1.21 2011/12/13 12:24:15 reinoud Exp $
+# $NetBSD: GENERIC,v 1.22 2011/12/13 17:48:31 reinoud Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.21 $"
+#ident                 "GENERIC-$Revision: 1.22 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
 
 options                TEXTADDR=0x0f000000     # 1.5 Gb?
-options                KVMSIZE=0x003000000
+options                KVMSIZE=0x008000000
 
 options        RTC_OFFSET=0
 options        KTRACE
@@ -37,8 +37,10 @@
 file-system    KERNFS
 file-system    PROCFS
 file-system    TMPFS
+options                WAPBL
 
 options        INET
+options                INET6
 options        NFS_BOOT_DHCP
 options        NFS_BOOT_BOOTPARAM
 



Home | Main Index | Thread Index | Old Index