enable USERCONF by default; it's small and extremely useful to have available.
This commit is contained in:
parent
cf0393ac12
commit
3ea2e21f82
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FOURMEG,v 1.8 2002/07/05 13:06:45 abs Exp $
|
||||
# $NetBSD: FOURMEG,v 1.9 2002/09/18 02:43:53 lukem Exp $
|
||||
|
||||
# FOURMEG arm26 configuration -- something small
|
||||
|
||||
@ -97,7 +97,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
#options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
options BUFPAGES=1
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Disable kernel security.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.5 2002/06/17 05:14:02 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.6 2002/09/18 02:43:53 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -114,7 +114,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
#options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
options NTP # Kernel PLL for ntpd(8).
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Disable kernel security.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.3 2002/08/11 20:43:51 bjh21 Exp $
|
||||
# $NetBSD: INSTALL,v 1.4 2002/09/18 02:43:53 lukem Exp $
|
||||
|
||||
# INSTALL configuration, used to generate installation media
|
||||
|
||||
@ -95,7 +95,7 @@ options INET6 # IPV6
|
||||
#options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
options BUFPAGES=2
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Disable kernel security.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.18 2002/08/05 23:30:44 bjh21 Exp $
|
||||
# $NetBSD: GENERIC,v 1.19 2002/09/18 02:43:53 lukem Exp $
|
||||
#
|
||||
# GENERIC --- NetBSD/acorn32 complete configuration
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.18 $"
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -127,7 +127,7 @@ options IRQSTATS # manage IRQ statistics
|
||||
options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.12 2002/08/07 13:40:26 bjh21 Exp $
|
||||
# $NetBSD: INSTALL,v 1.13 2002/09/18 02:43:53 lukem Exp $
|
||||
#
|
||||
# INSTALL -- NetBSD/acorn32 install configuration
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.12 $"
|
||||
#ident "INSTALL-$Revision: 1.13 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -129,7 +129,7 @@ options MEMORY_DISK_IS_ROOT # use memory disk as root
|
||||
#options LKM # loadable kernel modules
|
||||
#options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.14 2002/08/07 14:42:42 bjh21 Exp $
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.15 2002/09/18 02:43:53 lukem Exp $
|
||||
#
|
||||
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
|
||||
#
|
||||
@ -106,7 +106,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
options IRQSTATS # manage IRQ statistics
|
||||
options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NC,v 1.14 2002/08/07 14:42:43 bjh21 Exp $
|
||||
# $NetBSD: NC,v 1.15 2002/09/18 02:43:53 lukem Exp $
|
||||
#
|
||||
# NC - with vidcconsole
|
||||
#
|
||||
@ -103,7 +103,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
options IRQSTATS # manage IRQ statistics
|
||||
#options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NC_WSCONS,v 1.17 2002/08/07 14:42:43 bjh21 Exp $
|
||||
# $NetBSD: NC_WSCONS,v 1.18 2002/09/18 02:43:54 lukem Exp $
|
||||
#
|
||||
# NC - with wscons
|
||||
#
|
||||
@ -105,7 +105,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
options IRQSTATS # manage IRQ statistics
|
||||
#options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RPC_WSCONS,v 1.16 2002/08/05 23:30:44 bjh21 Exp $
|
||||
# $NetBSD: RPC_WSCONS,v 1.17 2002/09/18 02:43:54 lukem Exp $
|
||||
#
|
||||
# RPC_WSCONS -- Full RiscPC config with wscons
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.16 $"
|
||||
#ident "GENERIC-$Revision: 1.17 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -126,7 +126,7 @@ options IRQSTATS # manage IRQ statistics
|
||||
options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALPHA,v 1.167 2002/07/22 14:51:01 wiz Exp $
|
||||
# $NetBSD: ALPHA,v 1.168 2002/09/18 02:43:54 lukem Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "ALPHA-$Revision: 1.167 $"
|
||||
ident "ALPHA-$Revision: 1.168 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -133,7 +133,7 @@ options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options EXTENT_DEBUG # extent alloc/dealloc code debugging
|
||||
options FIX_UNALIGNED_VAX_FP # fix unaligned VAX FP loads & stores
|
||||
#options NO_KERNEL_RCSIDS # don't include kernel file RCS IDs
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: BASIL,v 1.13 2002/07/22 14:51:01 wiz Exp $
|
||||
# $NetBSD: BASIL,v 1.14 2002/09/18 02:43:54 lukem Exp $
|
||||
#
|
||||
# basil.shagadelic.org -- thorpej's API UP1000
|
||||
|
||||
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "BASIL-$Revision: 1.13 $"
|
||||
#ident "BASIL-$Revision: 1.14 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -104,7 +104,7 @@ options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FRAU-FARBISSINA,v 1.18 2002/07/22 14:51:01 wiz Exp $
|
||||
# $NetBSD: FRAU-FARBISSINA,v 1.19 2002/09/18 02:43:54 lukem Exp $
|
||||
#
|
||||
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
|
||||
# box
|
||||
@ -7,7 +7,7 @@ include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "FRAU-FARBISSINA-$Revision: 1.18 $"
|
||||
#ident "FRAU-FARBISSINA-$Revision: 1.19 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -101,7 +101,7 @@ options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.212 2002/09/14 00:58:55 nathanw Exp $
|
||||
# $NetBSD: GENERIC,v 1.213 2002/09/18 02:43:54 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -25,7 +25,7 @@ include "arch/alpha/conf/std.alpha"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.212 $"
|
||||
#ident "GENERIC-$Revision: 1.213 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -134,7 +134,7 @@ options SCSIVERBOSE # Verbose SCSI errors
|
||||
options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options PCMCIAVERBOSE
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.66 2002/07/22 14:51:02 wiz Exp $
|
||||
# $NetBSD: INSTALL,v 1.67 2002/09/18 02:43:54 lukem Exp $
|
||||
#
|
||||
# Alpha INSTALL kernel.
|
||||
|
||||
@ -73,7 +73,7 @@ options COMPAT_14
|
||||
#options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
options INSECURE # disable `kernel security level'
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RAWHIDE,v 1.16 2002/06/17 05:14:04 lukem Exp $
|
||||
# $NetBSD: RAWHIDE,v 1.17 2002/09/18 02:43:54 lukem Exp $
|
||||
#
|
||||
# Alpha 4100 stripped for action server kernel.
|
||||
#
|
||||
@ -9,7 +9,7 @@ options DEC_KN300 # KN300: AlphaServer 4100 and 1200
|
||||
options KTRACE # System call tracing support
|
||||
options DEBUG # Expensive debugging checks/support
|
||||
options KMEMSTATS # Collect kmem usage statistics
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options DIAGNOSTIC # Cheap kernel consistency checks
|
||||
options DDB # Kernel Dynamic Debugger
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TCWSCONS,v 1.28 2002/06/17 05:14:05 lukem Exp $
|
||||
# $NetBSD: TCWSCONS,v 1.29 2002/09/18 02:43:55 lukem Exp $
|
||||
#
|
||||
# TURBOchannel Alpha DEC3000
|
||||
|
||||
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "TCWSCONS-$Revision: 1.28 $"
|
||||
#ident "TCWSCONS-$Revision: 1.29 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -89,7 +89,7 @@ options LKM
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NULL,v 1.10 2002/04/12 08:10:50 gmcgarry Exp $
|
||||
# $NetBSD: NULL,v 1.11 2002/09/18 02:43:55 lukem Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
@ -107,7 +107,7 @@ options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
|
||||
#options INSECURE # disable kernel security levels
|
||||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options NTP # NTP phase/frequency locked loop
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#Misc. debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ARCTIC,v 1.20 2002/06/17 05:14:05 lukem Exp $
|
||||
# $NetBSD: ARCTIC,v 1.21 2002/09/18 02:43:55 lukem Exp $
|
||||
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# configuration file for DeskStation
|
||||
@ -32,7 +32,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.69 2002/06/17 05:14:05 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.70 2002/09/18 02:43:55 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.69 $"
|
||||
#ident "GENERIC-$Revision: 1.70 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -56,7 +56,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MIMORI,v 1.18 2002/06/17 05:14:06 lukem Exp $
|
||||
# $NetBSD: MIMORI,v 1.19 2002/09/18 02:43:55 lukem Exp $
|
||||
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
|
||||
#
|
||||
# MIMORI -- My NEC RISCstation 2250 (ur)
|
||||
@ -27,7 +27,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PCCONS,v 1.22 2002/06/17 05:14:06 lukem Exp $
|
||||
# $NetBSD: PCCONS,v 1.23 2002/09/18 02:43:55 lukem Exp $
|
||||
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# PCCONS -- generic but pccons rather than wscons
|
||||
@ -36,7 +36,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PICA,v 1.35 2002/06/17 05:14:06 lukem Exp $
|
||||
# $NetBSD: PICA,v 1.36 2002/09/18 02:43:55 lukem Exp $
|
||||
#
|
||||
# configuration file for ACER PICA system
|
||||
#
|
||||
@ -26,7 +26,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.56 2002/06/17 05:14:06 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.57 2002/09/18 02:43:56 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.56 $"
|
||||
#ident "GENERIC-$Revision: 1.57 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -39,7 +39,7 @@ options TRAP_PANICWAIT
|
||||
options DDB
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
options KTRACE
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.22 2002/07/05 13:40:11 abs Exp $
|
||||
# $NetBSD: INSTALL,v 1.23 2002/09/18 02:43:56 lukem Exp $
|
||||
#
|
||||
# First try for BEBOX config file
|
||||
#
|
||||
@ -30,7 +30,7 @@ options MEMORY_DISK_ROOT_SIZE=3074 # size of memory disk, in blocks
|
||||
#options DDB
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
#options KTRACE
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.29 2002/09/05 19:53:15 nathanw Exp $
|
||||
# $NetBSD: GENERIC,v 1.30 2002/09/18 02:43:56 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -136,7 +136,7 @@ options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options DDB_KEYCODE=0x40
|
||||
options PMAP_STATIC_L1S=128
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# wscons options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.21 2002/07/05 13:40:11 abs Exp $
|
||||
# $NetBSD: INSTALL,v 1.22 2002/09/18 02:43:56 lukem Exp $
|
||||
#
|
||||
# CATSINST -- CHALTECH CATS Install kernel
|
||||
#
|
||||
@ -118,7 +118,7 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
#options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options DDB_KEYCODE=0x40
|
||||
options PMAP_STATIC_L1S=128
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.12 2002/06/17 05:14:07 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.13 2002/09/18 02:43:56 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -30,7 +30,7 @@ maxusers 32
|
||||
options FPSP
|
||||
|
||||
# Standard system options
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.32 2002/06/17 05:14:07 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.33 2002/09/18 02:43:57 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.32 $"
|
||||
#ident "GENERIC-$Revision: 1.33 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -39,7 +39,7 @@ options SYSVSHM # System V shared memory
|
||||
#options LKM # loadable kernel modules
|
||||
#options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.25 2002/06/17 05:14:08 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.26 2002/09/18 02:43:57 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -41,7 +41,7 @@ options HZ=100 # clock interrupt generates every 1/HZ sec
|
||||
|
||||
#options KTRACE # system call tracing via ktrace(1)
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#options SYSVMSG # System V-like message queues
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INTEGRATOR,v 1.12 2002/06/17 05:14:08 lukem Exp $
|
||||
# $NetBSD: INTEGRATOR,v 1.13 2002/09/18 02:43:57 lukem Exp $
|
||||
#
|
||||
# GENERIC -- ARM Integrator board Generic kernel
|
||||
#
|
||||
@ -120,7 +120,7 @@ options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to
|
||||
# configure PCI devices
|
||||
options PCI_CONFIGURE_VERBOSE # Show PCI config information
|
||||
options DDB_KEYCODE=0x1d # Enter ddb on ^]
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IQ80310,v 1.18 2002/08/20 02:34:04 briggs Exp $
|
||||
# $NetBSD: IQ80310,v 1.19 2002/09/18 02:43:57 lukem Exp $
|
||||
#
|
||||
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
|
||||
#
|
||||
@ -119,7 +119,7 @@ options PCIVERBOSE # Verbose PCI descriptions
|
||||
options MIIVERBOSE # Verbose MII autoconfuration messages
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options DDB_KEYCODE=0x40
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IQ80321,v 1.12 2002/08/29 02:25:22 thorpej Exp $
|
||||
# $NetBSD: IQ80321,v 1.13 2002/09/18 02:43:57 lukem Exp $
|
||||
#
|
||||
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
|
||||
#
|
||||
@ -117,7 +117,7 @@ options PCIVERBOSE # Verbose PCI descriptions
|
||||
options MIIVERBOSE # Verbose MII autoconfuration messages
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options DDB_KEYCODE=0x40
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IXM1200,v 1.2 2002/07/15 17:18:03 ichiro Exp $
|
||||
# $NetBSD: IXM1200,v 1.3 2002/09/18 02:43:57 lukem Exp $
|
||||
#
|
||||
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
|
||||
#
|
||||
@ -116,7 +116,7 @@ options PCIVERBOSE # Verbose PCI descriptions
|
||||
options MIIVERBOSE # Verbose MII autoconfuration messages
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options DDB_KEYCODE=0x40
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NAPPI,v 1.1 2002/07/15 17:18:03 ichiro Exp $
|
||||
# $NetBSD: NAPPI,v 1.2 2002/09/18 02:43:57 lukem Exp $
|
||||
#
|
||||
# NAPPI -- Netwise APlication Platform Board Kernel
|
||||
#
|
||||
@ -116,7 +116,7 @@ options PCIVERBOSE # Verbose PCI descriptions
|
||||
options MIIVERBOSE # Verbose MII autoconfuration messages
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options DDB_KEYCODE=0x40
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: TEAMASA_NPWR,v 1.21 2002/08/29 02:25:22 thorpej Exp $
|
||||
# $NetBSD: TEAMASA_NPWR,v 1.22 2002/09/18 02:43:57 lukem Exp $
|
||||
#
|
||||
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
|
||||
# server appliance.
|
||||
@ -124,7 +124,7 @@ options PCIVERBOSE # Verbose PCI descriptions
|
||||
options MIIVERBOSE # Verbose MII autoconfuration messages
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options DDB_KEYCODE=0x40
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: MALTA,v 1.10 2002/06/17 05:14:09 lukem Exp $
|
||||
# $NetBSD: MALTA,v 1.11 2002/09/18 02:43:57 lukem Exp $
|
||||
|
||||
#include "arch/evbmips/conf/std.malta.eb" # big-endian mode
|
||||
include "arch/evbmips/conf/std.malta.el" # little-endian mode
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
#ident "GENERIC-$Revision: 1.11 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -35,7 +35,7 @@ options NTP # network time protocol
|
||||
options DIAGNOSTIC # extra kernel sanity checking
|
||||
options DEBUG # extra kernel debugging support
|
||||
#options KMEMSTATS # kernel memory statistics (vmstat -m)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options DDB # kernel dynamic debugger
|
||||
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: COMPUTEX7750,v 1.19 2002/06/17 05:14:09 lukem Exp $
|
||||
# $NetBSD: COMPUTEX7750,v 1.20 2002/09/18 02:43:58 lukem Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -44,7 +44,7 @@ options BSC_SDMR3_VAL =0xff940110
|
||||
|
||||
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
options HZ=64 # clock interrupt generates every 1/HZ sec
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
|
||||
# Compatibility options
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: COMPUTEXEVB,v 1.21 2002/06/17 05:14:09 lukem Exp $
|
||||
# $NetBSD: COMPUTEXEVB,v 1.22 2002/09/18 02:43:58 lukem Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -43,7 +43,7 @@ options FRQCR_VAL =0x0122
|
||||
options PFC_SCPCR_VAL =0x00aa
|
||||
|
||||
options HZ=50 # clock interrupt generates every 1/HZ sec
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: CQREEKSH3,v 1.22 2002/06/17 05:14:09 lukem Exp $
|
||||
# $NetBSD: CQREEKSH3,v 1.23 2002/09/18 02:43:58 lukem Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -41,7 +41,7 @@ options BSC_RTCOR_VAL =0xa53a
|
||||
options FRQCR_VAL =0x0102
|
||||
|
||||
options HZ=50 # clock interrupt generates every 1/HZ sec
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
|
||||
# Compatibility options
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: KZSH401,v 1.19 2002/06/17 05:14:09 lukem Exp $
|
||||
# $NetBSD: KZSH401,v 1.20 2002/09/18 02:43:58 lukem Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -45,7 +45,7 @@ options LED_ADDR=0xa8000000
|
||||
|
||||
options HZ=64 # clock interrupt generates every 1/HZ sec
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
|
||||
# Executable format options
|
||||
options EXEC_COFF # COFF executables
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.81 2002/06/17 05:14:09 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.82 2002/09/18 02:43:58 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.81 $"
|
||||
#ident "GENERIC-$Revision: 1.82 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -47,7 +47,7 @@ options KTRACE # system call tracing support
|
||||
options LKM # Loadable kernel modules
|
||||
#options INSECURE # disable kernel security level
|
||||
#options UCONSOLE # Allow non-root TIOCCONS
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.7 2002/07/05 13:40:12 abs Exp $
|
||||
# $NetBSD: INSTALL,v 1.8 2002/09/18 02:43:58 lukem Exp $
|
||||
#
|
||||
# INSTALL machine description file
|
||||
#
|
||||
@ -17,7 +17,7 @@ options BUFPAGES=16
|
||||
options NMBCLUSTERS=64
|
||||
options NFS_V2_ONLY
|
||||
options NFS_DEFAULT_NIOTHREADS=1
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IPAQ,v 1.22 2002/06/22 13:04:00 toshii Exp $
|
||||
# $NetBSD: IPAQ,v 1.23 2002/09/18 02:43:58 lukem Exp $
|
||||
#
|
||||
# iPAQ H3600 -- Windows-CE based PDA
|
||||
#
|
||||
@ -102,7 +102,7 @@ options IRQSTATS # manage IRQ statistics
|
||||
options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: JORNADA720,v 1.27 2002/09/16 19:50:27 manu Exp $
|
||||
# $NetBSD: JORNADA720,v 1.28 2002/09/18 02:43:58 lukem Exp $
|
||||
#
|
||||
# JORNADA -- Windows-CE based jornada 720
|
||||
#
|
||||
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.27 $"
|
||||
#ident "GENERIC-$Revision: 1.28 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -104,7 +104,7 @@ options IRQSTATS # manage IRQ statistics
|
||||
options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
options NFS_BOOT_DHCP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.128 2002/06/17 05:14:10 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.129 2002/09/18 02:43:59 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.128 $"
|
||||
#ident "GENERIC-$Revision: 1.129 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -65,7 +65,7 @@ options NTP # network time protocol
|
||||
|
||||
#options SYSCALL_DEBUG # for debug
|
||||
#options HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Filesystem options
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# kernel config file for system install
|
||||
#
|
||||
# $NetBSD: INSTALL_TX3912,v 1.7 2002/07/09 14:54:39 mycroft Exp $
|
||||
# $NetBSD: INSTALL_TX3912,v 1.8 2002/09/18 02:43:59 lukem Exp $
|
||||
#
|
||||
|
||||
include "arch/hpcmips/conf/TX3912"
|
||||
@ -14,6 +14,6 @@ options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
options MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk, in blocks
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: LROUTER,v 1.7 2002/06/17 05:14:11 lukem Exp $
|
||||
# $NetBSD: LROUTER,v 1.8 2002/09/18 02:43:59 lukem Exp $
|
||||
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
|
||||
#
|
||||
# Kernel configuration file for LASER5 L-Router
|
||||
@ -28,7 +28,7 @@ options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options VRGIUDEBUG_CONF=2 # debug GIU intr
|
||||
options KTRACE # system call tracing support
|
||||
options MSGBUFSIZE=16384 # dmesg buffer size
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
## UVM options.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: MPC303,v 1.18 2002/06/17 05:14:11 lukem Exp $
|
||||
# $NetBSD: MPC303,v 1.19 2002/09/18 02:43:59 lukem Exp $
|
||||
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
|
||||
#
|
||||
# Kernel configuration file for Victor MP-C303; enami's test machine.
|
||||
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.18 $"
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -29,7 +29,7 @@ options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options DEBUG # extra kernel debugging support
|
||||
options KTRACE # system call tracing support
|
||||
options MSGBUFSIZE=16384 # dmesg buffer size
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
## UVM options.
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: TX3912,v 1.43 2002/06/17 05:14:11 lukem Exp $
|
||||
# $NetBSD: TX3912,v 1.44 2002/09/18 02:43:59 lukem Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -49,7 +49,7 @@ options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# File systems
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
|
||||
#
|
||||
# $NetBSD: TX3922,v 1.45 2002/06/17 05:14:11 lukem Exp $
|
||||
# $NetBSD: TX3922,v 1.46 2002/09/18 02:43:59 lukem Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -41,7 +41,7 @@ options COMPAT_43
|
||||
options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# File systems
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VR41XX,v 1.9 2002/06/17 05:14:11 lukem Exp $
|
||||
# $NetBSD: VR41XX,v 1.10 2002/09/18 02:43:59 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
include "arch/hpcmips/conf/std.hpcmips.vr41"
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
@ -41,7 +41,7 @@ options DDB # in-kernel debugger
|
||||
#options DEBUG # extra kernel debugging support
|
||||
options KTRACE # system call tracing support
|
||||
options MSGBUFSIZE=8192 # dmesg buffer size
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options KLOADER_KERNEL_PATH="\"/netbsd\""
|
||||
options KLOADER_DEBUG
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.26 2002/07/22 15:25:12 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.27 2002/09/18 02:43:59 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -62,7 +62,7 @@ options KLOADER_KERNEL_PATH="\"/netbsd\""
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Compatibility options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: HPW650PA,v 1.11 2002/07/22 15:25:13 tsutsui Exp $
|
||||
# $NetBSD: HPW650PA,v 1.12 2002/09/18 02:43:59 lukem Exp $
|
||||
#
|
||||
# HITACHI PERSONA HPW650PA
|
||||
#
|
||||
@ -26,7 +26,7 @@ options DIAGNOSTIC # extra kernel debugging checks
|
||||
options DEBUG # extra kernel debugging support
|
||||
options KTRACE # system call tracing support
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Compatibility options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: CARDBUS,v 1.64 2002/08/12 03:28:52 thorpej Exp $
|
||||
# $NetBSD: CARDBUS,v 1.65 2002/09/18 02:43:59 lukem Exp $
|
||||
#
|
||||
# CARDBUS: GENERIC + CardBus support. Additionally, some
|
||||
# things typically not found on laptops have been commented out.
|
||||
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "CARDBUS-$Revision: 1.64 $"
|
||||
#ident "CARDBUS-$Revision: 1.65 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -74,7 +74,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DELPHI,v 1.21 2002/08/02 05:26:45 ichiro Exp $
|
||||
# $NetBSD: DELPHI,v 1.22 2002/09/18 02:44:00 lukem Exp $
|
||||
#
|
||||
# DELPHI -- one of thorpej@zembu.com's devel machines
|
||||
#
|
||||
@ -7,7 +7,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "DELPHI-$Revision: 1.21 $"
|
||||
ident "DELPHI-$Revision: 1.22 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -63,7 +63,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DISKLESS,v 1.88 2002/07/22 11:06:00 wiz Exp $
|
||||
# $NetBSD: DISKLESS,v 1.89 2002/09/18 02:44:00 lukem Exp $
|
||||
#
|
||||
# DISKLESS -- Generic machine setup for diskless boot.
|
||||
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
|
||||
@ -47,7 +47,7 @@ options SYSVSEM # System V-like semaphores
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=2048 # 2048 pages is the default
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DR-EVIL,v 1.50 2002/08/02 05:26:45 ichiro Exp $
|
||||
# $NetBSD: DR-EVIL,v 1.51 2002/09/18 02:44:00 lukem Exp $
|
||||
#
|
||||
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej@netbsd.org
|
||||
#
|
||||
@ -70,7 +70,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.508 2002/09/03 18:55:47 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.509 2002/09/18 02:44:00 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.508 $"
|
||||
#ident "GENERIC-$Revision: 1.509 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -82,7 +82,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.56 2002/08/06 12:09:42 grant Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.57 2002/09/18 02:44:00 lukem Exp $
|
||||
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
|
||||
#
|
||||
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.56 $"
|
||||
#ident "GENERIC-$Revision: 1.57 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -67,7 +67,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_PS2TINY,v 1.17 2002/08/22 14:36:49 abs Exp $
|
||||
# $NetBSD: GENERIC_PS2TINY,v 1.18 2002/09/18 02:44:00 lukem Exp $
|
||||
#
|
||||
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
|
||||
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
|
||||
@ -67,7 +67,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_TINY,v 1.45 2002/08/22 14:36:49 abs Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.46 2002/09/18 02:44:00 lukem Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
@ -59,7 +59,7 @@ options NMBCLUSTERS=256
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.202 2002/08/02 05:26:46 ichiro Exp $
|
||||
# $NetBSD: INSTALL,v 1.203 2002/09/18 02:44:00 lukem Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -72,7 +72,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.35 2002/08/02 05:26:47 ichiro Exp $
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.36 2002/09/18 02:44:01 lukem Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -72,7 +72,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_SMALL,v 1.88 2002/07/22 11:06:03 wiz Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.89 2002/09/18 02:44:01 lukem Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
@ -69,7 +69,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_TINY,v 1.56 2002/07/22 11:06:03 wiz Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.57 2002/09/18 02:44:01 lukem Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
@ -66,7 +66,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IOPENER,v 1.31 2002/07/22 11:06:03 wiz Exp $
|
||||
# $NetBSD: IOPENER,v 1.32 2002/09/18 02:44:01 lukem Exp $
|
||||
#
|
||||
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
|
||||
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "IOPENER-$Revision: 1.31 $"
|
||||
#ident "IOPENER-$Revision: 1.32 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -47,7 +47,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LAMB,v 1.27 2002/08/03 15:52:20 itojun Exp $
|
||||
# $NetBSD: LAMB,v 1.28 2002/09/18 02:44:01 lukem Exp $
|
||||
#
|
||||
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
|
||||
#
|
||||
@ -67,7 +67,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
options TIMER_FREQ=1189200 # LAMB uses nonstandard timer freq
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NET4501,v 1.15 2002/08/13 02:46:36 thorpej Exp $
|
||||
# $NetBSD: NET4501,v 1.16 2002/09/18 02:44:01 lukem Exp $
|
||||
#
|
||||
# NET4501 -- kernel configuration for a Soekris Engineering net4501
|
||||
# single-board computer.
|
||||
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "NET4501-$Revision: 1.15 $"
|
||||
#ident "NET4501-$Revision: 1.16 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -75,7 +75,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SWINGER,v 1.36 2002/08/02 05:26:48 ichiro Exp $
|
||||
# $NetBSD: SWINGER,v 1.37 2002/09/18 02:44:01 lukem Exp $
|
||||
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
|
||||
#
|
||||
# SWINGER -- thorpej's Abit BP6+dual Celeron
|
||||
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "SWINGER-$Revision: 1.36 $"
|
||||
#ident "SWINGER-$Revision: 1.37 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -64,7 +64,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.31 2002/06/17 05:14:14 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.32 2002/09/18 02:44:01 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.31 $"
|
||||
#ident "GENERIC-$Revision: 1.32 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -45,7 +45,7 @@ options KTRACE
|
||||
#optoins SHMMAXPGS=1024 # 1024 pages is the default
|
||||
#options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.128 2002/06/19 01:54:27 itojun Exp $
|
||||
# $NetBSD: GENERIC,v 1.129 2002/09/18 02:44:01 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.128 $"
|
||||
#ident "GENERIC-$Revision: 1.129 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
@ -56,7 +56,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERICSBC,v 1.19 2002/06/19 03:48:31 itojun Exp $
|
||||
# $NetBSD: GENERICSBC,v 1.20 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
# GENERICSBC
|
||||
|
||||
@ -6,7 +6,7 @@ include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERICSBC-$Revision: 1.19 $"
|
||||
#ident "GENERICSBC-$Revision: 1.20 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
@ -40,7 +40,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.21 2002/07/05 13:40:13 abs Exp $
|
||||
# $NetBSD: INSTALL,v 1.22 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
# INSTALL
|
||||
|
||||
@ -31,7 +31,7 @@ options INSECURE # disable kernel security levels
|
||||
|
||||
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALLSBC,v 1.12 2002/07/05 13:40:13 abs Exp $
|
||||
# $NetBSD: INSTALLSBC,v 1.13 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
# INSTALLSBC
|
||||
|
||||
@ -31,7 +31,7 @@ options INSECURE # disable kernel security levels
|
||||
|
||||
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SMALLRAM,v 1.2 2002/06/17 05:14:15 lukem Exp $
|
||||
# $NetBSD: SMALLRAM,v 1.3 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
# This is an example of how to configure a small, efficient kernel for a
|
||||
# system with limited RAM. Even so it's capable of doing quite a bit. The
|
||||
@ -13,7 +13,7 @@ include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "SMALLRAM-$Revision: 1.2 $"
|
||||
#ident "SMALLRAM-$Revision: 1.3 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -49,7 +49,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.140 2002/08/13 15:03:30 aymeric Exp $
|
||||
# $NetBSD: GENERIC,v 1.141 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.140 $"
|
||||
#ident "GENERIC-$Revision: 1.141 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -47,7 +47,7 @@ options SYSVSHM # System V shared memory
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.63 2002/07/05 13:40:14 abs Exp $
|
||||
# $NetBSD: INSTALL,v 1.64 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
@ -22,7 +22,7 @@ options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: POWERMAC,v 1.37 2002/06/17 05:14:15 lukem Exp $
|
||||
# $NetBSD: POWERMAC,v 1.38 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
# POWERMAC config file
|
||||
#
|
||||
@ -12,7 +12,7 @@ maxusers 32
|
||||
# Standard system options
|
||||
options KTRACE # system call tracing via ktrace(1)
|
||||
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.19 2002/06/17 05:14:16 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.20 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -40,7 +40,7 @@ options SYSVSHM # System V shared memory
|
||||
#options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
options HZ=25
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.8 2002/07/05 13:40:14 abs Exp $
|
||||
# $NetBSD: INSTALL,v 1.9 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
include "arch/mipsco/conf/std.mipsco"
|
||||
|
||||
@ -12,7 +12,7 @@ options MIPS1 # R2000/R3000 support
|
||||
|
||||
# Standard system options
|
||||
options HZ=25
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: RC3230,v 1.11 2002/06/17 05:14:16 lukem Exp $
|
||||
# $NetBSD: RC3230,v 1.12 2002/09/18 02:44:02 lukem Exp $
|
||||
#
|
||||
include "arch/mipsco/conf/std.mipsco"
|
||||
|
||||
@ -19,7 +19,7 @@ options SYSVSHM # System V shared memory
|
||||
#options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
options HZ=25
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.42 2002/07/22 15:21:05 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.43 2002/09/18 02:44:03 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.42 $"
|
||||
#ident "GENERIC-$Revision: 1.43 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
@ -54,7 +54,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MMEYE,v 1.18 2002/07/22 15:21:06 tsutsui Exp $
|
||||
# $NetBSD: MMEYE,v 1.19 2002/09/18 02:44:03 lukem Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -27,7 +27,7 @@ options HZ=50 # clock interrupt generates every 1/HZ sec
|
||||
|
||||
options KTRACE # system call tracing via ktrace(1)
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MMTAICE,v 1.19 2002/07/22 15:21:06 tsutsui Exp $
|
||||
# $NetBSD: MMTAICE,v 1.20 2002/09/18 02:44:03 lukem Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -67,7 +67,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MMTAROMNEW,v 1.19 2002/07/22 15:21:06 tsutsui Exp $
|
||||
# $NetBSD: MMTAROMNEW,v 1.20 2002/09/18 02:44:03 lukem Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -46,7 +46,7 @@ options HZ=10 # clock interrupt generates every 1/10 sec
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.35 2002/06/17 05:14:17 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.36 2002/09/18 02:44:03 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.35 $"
|
||||
#ident "GENERIC-$Revision: 1.36 $"
|
||||
|
||||
# Boards this kernel supports
|
||||
options MVME147
|
||||
@ -46,7 +46,7 @@ options DIAGNOSTIC, DEBUG
|
||||
options KTRACE
|
||||
options COMPAT_43
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
file-system FFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RAMDISK,v 1.18 2002/07/11 10:53:21 wiz Exp $
|
||||
# $NetBSD: RAMDISK,v 1.19 2002/09/18 02:44:03 lukem Exp $
|
||||
|
||||
#
|
||||
# RAMDISK: Root/swap on ramdisk
|
||||
@ -44,7 +44,7 @@ options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT
|
||||
options MEMORY_DISK_ROOT_SIZE=1600
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
## "generic" boot (put root on boot device)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VME147,v 1.41 2002/06/17 05:14:17 lukem Exp $
|
||||
# $NetBSD: VME147,v 1.42 2002/09/18 02:44:03 lukem Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
@ -15,7 +15,7 @@ maxusers 4
|
||||
#options SYSVSHM
|
||||
options KTRACE
|
||||
options COMPAT_43
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
file-system FFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VME162,v 1.14 2002/06/17 05:14:17 lukem Exp $
|
||||
# $NetBSD: VME162,v 1.15 2002/09/18 02:44:03 lukem Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
@ -18,7 +18,7 @@ maxusers 8
|
||||
#options SYSVSHM
|
||||
options KTRACE
|
||||
options COMPAT_43
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
file-system FFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VME167,v 1.18 2002/06/17 05:14:17 lukem Exp $
|
||||
# $NetBSD: VME167,v 1.19 2002/09/18 02:44:03 lukem Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
@ -18,7 +18,7 @@ maxusers 8
|
||||
#options SYSVSHM
|
||||
options KTRACE
|
||||
options COMPAT_43
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
file-system FFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VME172,v 1.14 2002/06/17 05:14:17 lukem Exp $
|
||||
# $NetBSD: VME172,v 1.15 2002/09/18 02:44:03 lukem Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
@ -17,7 +17,7 @@ maxusers 8
|
||||
#options SYSVSHM
|
||||
options KTRACE
|
||||
options COMPAT_43
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
file-system FFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VME177,v 1.14 2002/06/17 05:14:17 lukem Exp $
|
||||
# $NetBSD: VME177,v 1.15 2002/09/18 02:44:03 lukem Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
@ -17,7 +17,7 @@ maxusers 8
|
||||
#options SYSVSHM
|
||||
options KTRACE
|
||||
options COMPAT_43
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
file-system FFS
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: MVME1600,v 1.8 2002/06/17 05:14:18 lukem Exp $
|
||||
# $NetBSD: MVME1600,v 1.9 2002/09/18 02:44:03 lukem Exp $
|
||||
#
|
||||
|
||||
include "arch/mvmeppc/conf/std.mvmeppc"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "MVME1600-$Revision: 1.8 $"
|
||||
#ident "MVME1600-$Revision: 1.9 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -27,7 +27,7 @@ options SYSVSEM # System V-like semaphores
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.24 2002/06/17 05:14:18 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.25 2002/09/18 02:44:03 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -131,7 +131,7 @@ options PCIVERBOSE # Verbose PCI descriptions
|
||||
options MIIVERBOSE # Verbose MII autoconfuration messages
|
||||
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
|
||||
#options DDB_KEYCODE=0x40
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.34 2002/06/17 05:14:18 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.35 2002/09/18 02:44:04 lukem Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.34 $"
|
||||
#ident "GENERIC-$Revision: 1.35 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -44,7 +44,7 @@ options SYSVSHM # System V shared memory
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_TINY,v 1.16 2002/08/22 14:36:49 abs Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.17 2002/09/18 02:44:04 lukem 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.16 $"
|
||||
#ident "GENERIC_TINY-$Revision: 1.17 $"
|
||||
|
||||
maxusers 4
|
||||
|
||||
@ -24,7 +24,7 @@ options SYSVSHM # System V shared memory
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.20 2002/07/05 13:40:14 abs Exp $
|
||||
# $NetBSD: INSTALL,v 1.21 2002/09/18 02:44:04 lukem Exp $
|
||||
|
||||
# config for bootable floppy kernel
|
||||
#
|
||||
@ -28,7 +28,7 @@ options MEMORY_DISK_ROOT_SIZE=2880 # 1.44 Megabytes
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
#options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LIBERO,v 1.18 2002/06/17 05:14:18 lukem Exp $
|
||||
# $NetBSD: LIBERO,v 1.19 2002/09/18 02:44:04 lukem Exp $
|
||||
|
||||
# NEWS1750 config file;
|
||||
#
|
||||
@ -23,7 +23,7 @@ options SYSVSHM # System V shared memory
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NEWS1200,v 1.19 2002/06/17 05:14:19 lukem Exp $
|
||||
# $NetBSD: NEWS1200,v 1.20 2002/09/18 02:44:04 lukem Exp $
|
||||
|
||||
# news1200 config file
|
||||
#
|
||||
@ -21,7 +21,7 @@ options SYSVSHM # System V shared memory
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DEJIKO,v 1.7 2002/06/17 05:14:19 lukem Exp $
|
||||
# $NetBSD: DEJIKO,v 1.8 2002/09/18 02:44:04 lukem Exp $
|
||||
#
|
||||
# Dejiko's sekai-seifuku NEWS5000 nyo.
|
||||
|
||||
@ -18,7 +18,7 @@ options DDB # kernel dynamic debugger
|
||||
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
#options DEBUG # extra kernel debugging support
|
||||
options DIAGNOSTIC # extra kernel sanity checking
|
||||
#options USERCONF # userconf(4) support
|
||||
options USERCONF # userconf(4) support
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user