Sat Aug 27 18:13:09 2011 UTC ()
add options DEBUG_EXEC and LOCKDEBUG


(jmcneill)
diff -r1.13 -r1.14 src/sys/arch/usermode/conf/GENERIC

cvs diff -r1.13 -r1.14 src/sys/arch/usermode/conf/Attic/GENERIC (expand / switch to unified diff)

--- src/sys/arch/usermode/conf/Attic/GENERIC 2011/08/24 10:59:10 1.13
+++ src/sys/arch/usermode/conf/Attic/GENERIC 2011/08/27 18:13:09 1.14
@@ -1,37 +1,38 @@ @@ -1,37 +1,38 @@
1# $NetBSD: GENERIC,v 1.13 2011/08/24 10:59:10 jmcneill Exp $ 1# $NetBSD: GENERIC,v 1.14 2011/08/27 18:13:09 jmcneill Exp $
2 2
3include "arch/usermode/conf/std.usermode" 3include "arch/usermode/conf/std.usermode"
4 4
5options INCLUDE_CONFIG_FILE 5options INCLUDE_CONFIG_FILE
6#ident "GENERIC-$Revision: 1.13 $" 6#ident "GENERIC-$Revision: 1.14 $"
7maxusers 32 7maxusers 32
8 8
9makeoptions DEBUG="-O1 -g3" 9makeoptions DEBUG="-O1 -g3"
10 10
11#options MEMSIZE=65536 # amount of memory to allocate (in KB) 11#options MEMSIZE=65536 # amount of memory to allocate (in KB)
12options MEMSIZE=131072 # amount of memory to use for userland (in KB) 12options MEMSIZE=131072 # amount of memory to use for userland (in KB)
13 13
14options RTC_OFFSET=0 14options RTC_OFFSET=0
15options KTRACE 15options KTRACE
16options USERCONF 16options USERCONF
17 17
18options SYSVMSG 18options SYSVMSG
19options SYSVSEM 19options SYSVSEM
20options SYSVSHM 20options SYSVSHM
21 21
22options DEBUG 22options DEBUG
 23options DEBUG_EXEC
23options DIAGNOSTIC 24options DIAGNOSTIC
24#options LOCKDEBUG 25options LOCKDEBUG
25 26
26options COMPAT_BSDPTY 27options COMPAT_BSDPTY
27options COMPAT_50 28options COMPAT_50
28 29
29file-system FFS 30file-system FFS
30file-system FDESC 31file-system FDESC
31file-system KERNFS 32file-system KERNFS
32file-system PROCFS 33file-system PROCFS
33file-system TMPFS 34file-system TMPFS
34 35
35options INET 36options INET
36options NFS_BOOT_DHCP 37options NFS_BOOT_DHCP
37options NFS_BOOT_BOOTPARAM 38options NFS_BOOT_BOOTPARAM