Sync some entries with GENERIC.

This commit is contained in:
tsutsui 2004-07-18 05:54:43 +00:00
parent 07d4821916
commit 7bd44baa54
1 changed files with 17 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.27 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: GENERIC_TINY,v 1.28 2004/07/18 05:54:43 tsutsui Exp $
# news68k GENERIC config file for low memory machines;
#
@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC_TINY-$Revision: 1.27 $"
#ident "GENERIC_TINY-$Revision: 1.28 $"
maxusers 4
@ -18,17 +18,26 @@ options CPU_SINGLE # Will IOP be supported eventually?
# Standard system options
#options NTP # NTP phase/frequency locked loop
options KTRACE # system call tracing support
options SYSTRACE # system call vetting via systrace(1)
options SYSVMSG # System V message queues
options SYSVSEM # System V semaphores
#options SEMMNI=10 # number of semaphore identifiers
#options SEMMNS=60 # number of semaphores in system
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024 # 1024 pages is the default
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options LKM # loadable kernel modules
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
#options NEW_BUFQ_STRATEGY
# Debugging options
#options DIAGNOSTIC # extra kernel sanity checking
#options DEBUG # extra kernel debugging support
@ -47,6 +56,7 @@ options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_14 # NetBSD 1.4 binary compatibility
options COMPAT_15 # NetBSD 1.5 binary compatibility
options COMPAT_16 # NetBSD 1.6 binary compatibility
options COMPAT_20 # NetBSD 2.0 binary compatibility
options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
#options COMPAT_SVR4 # binary compatibility with SVR4
@ -219,6 +229,10 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
#pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
pseudo-device rnd # /dev/random and in-kernle generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
#pseudo-device pf # PF packet filter
#pseudo-device pflog # PF log if