Wed Oct 13 14:34:27 2010 UTC ()
Add commented out options MODULAR.


(tsutsui)
diff -r1.97 -r1.98 src/sys/arch/dreamcast/conf/GENERIC

cvs diff -r1.97 -r1.98 src/sys/arch/dreamcast/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/dreamcast/conf/GENERIC 2010/10/13 10:56:56 1.97
+++ src/sys/arch/dreamcast/conf/GENERIC 2010/10/13 14:34:27 1.98
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: GENERIC,v 1.97 2010/10/13 10:56:56 tsutsui Exp $ 1# $NetBSD: GENERIC,v 1.98 2010/10/13 14:34:27 tsutsui Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4#  4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
@@ -32,26 +32,28 @@ options HZ=100 # clock interrupt gener @@ -32,26 +32,28 @@ options HZ=100 # clock interrupt gener
32options NTP # NTP phase/frequency locked loop 32options NTP # NTP phase/frequency locked loop
33 33
34options KTRACE # system call tracing via ktrace(1) 34options KTRACE # system call tracing via ktrace(1)
35 35
36options USERCONF # userconf(4) support 36options USERCONF # userconf(4) support
37#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 37#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
38options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 38options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
39 39
40options SYSVMSG # System V-like message queues 40options SYSVMSG # System V-like message queues
41options SYSVSEM # System V-like semaphores 41options SYSVSEM # System V-like semaphores
42options SYSVSHM # System V-like memory sharing 42options SYSVSHM # System V-like memory sharing
43options P1003_1B_SEMAPHORE # p1003.1b semaphore support 43options P1003_1B_SEMAPHORE # p1003.1b semaphore support
44 44
 45#options MODULAR # new style module framework
 46
45# Diagnostic/debugging support options 47# Diagnostic/debugging support options
46#options DIAGNOSTIC # cheap kernel consistency checks 48#options DIAGNOSTIC # cheap kernel consistency checks
47#options DEBUG # expensive debugging checks/support 49#options DEBUG # expensive debugging checks/support
48#options KMEMSTATS # kernel memory statistics (vmstat -m) 50#options KMEMSTATS # kernel memory statistics (vmstat -m)
49options DDB # in-kernel debugger 51options DDB # in-kernel debugger
50#options KGDB # remote debugger 52#options KGDB # remote debugger
51#options "KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600 53#options "KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
52#makeoptions DEBUG="-g" # compile full symbol table 54#makeoptions DEBUG="-g" # compile full symbol table
53options SYMTAB_SPACE=310000 55options SYMTAB_SPACE=310000
54#options SYSCALL_DEBUG 56#options SYSCALL_DEBUG
55#options UVMHIST 57#options UVMHIST
56#options UVMHIST_PRINT 58#options UVMHIST_PRINT
57 59