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 Change standard settings in sys/arch/...
details: https://anonhg.NetBSD.org/src/rev/1d75b4086e8f
branches: trunk
changeset: 768604:1d75b4086e8f
user: reinoud <reinoud%NetBSD.org@localhost>
date: Mon Aug 22 15:28:34 2011 +0000
description:
Change standard settings in sys/arch/usermode/conf/GENERIC so to get a better
debugging environment.
diffstat:
sys/arch/usermode/conf/GENERIC | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r 07d62a009a5a -r 1d75b4086e8f sys/arch/usermode/conf/GENERIC
--- a/sys/arch/usermode/conf/GENERIC Mon Aug 22 15:27:32 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC Mon Aug 22 15:28:34 2011 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: GENERIC,v 1.10 2011/08/21 15:08:43 reinoud Exp $
+# $NetBSD: GENERIC,v 1.11 2011/08/22 15:28:34 reinoud Exp $
include "arch/usermode/conf/std.usermode"
options INCLUDE_CONFIG_FILE
-#ident "GENERIC-$Revision: 1.10 $"
+#ident "GENERIC-$Revision: 1.11 $"
maxusers 32
-makeoptions DEBUG="-g3"
+makeoptions DEBUG="-O1 -g3"
#options MEMSIZE=65536 # amount of memory to allocate (in KB)
options MEMSIZE=131072 # amount of memory to use for userland (in KB)
@@ -19,8 +19,8 @@
options SYSVSEM
options SYSVSHM
-#options DEBUG
-#options DIAGNOSTIC
+options DEBUG
+options DIAGNOSTIC
#options LOCKDEBUG
options COMPAT_BSDPTY
Home |
Main Index |
Thread Index |
Old Index