add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
This commit is contained in:
parent
fbd27d85b3
commit
6d265bd894
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.8 2002/01/25 15:20:54 reinoud Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 2002/01/27 13:23:08 jdolecek Exp $
|
||||
#
|
||||
# GENERIC --- NetBSD/acorn32 complete configuration
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -129,6 +129,7 @@ options IRQSTATS # manage IRQ statistics
|
||||
options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.1 2002/01/25 15:20:55 reinoud Exp $
|
||||
# $NetBSD: INSTALL,v 1.2 2002/01/27 13:23:09 jdolecek Exp $
|
||||
#
|
||||
# INSTALL -- NetBSD/acorn32 install configuration
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.1 $"
|
||||
#ident "INSTALL-$Revision: 1.2 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -129,6 +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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.5 2002/01/25 15:20:55 reinoud Exp $
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.6 2002/01/27 13:23:09 jdolecek Exp $
|
||||
#
|
||||
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
|
||||
#
|
||||
@ -111,6 +111,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NC,v 1.4 2002/01/25 15:20:55 reinoud Exp $
|
||||
# $NetBSD: NC,v 1.5 2002/01/27 13:23:09 jdolecek Exp $
|
||||
#
|
||||
# NC - with vidcconsole
|
||||
#
|
||||
@ -107,6 +107,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NC_WSCONS,v 1.6 2002/01/25 15:20:55 reinoud Exp $
|
||||
# $NetBSD: NC_WSCONS,v 1.7 2002/01/27 13:23:09 jdolecek Exp $
|
||||
#
|
||||
# NC - with wscons
|
||||
#
|
||||
@ -108,6 +108,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RPC_WSCONS,v 1.6 2002/01/25 15:20:56 reinoud Exp $
|
||||
# $NetBSD: RPC_WSCONS,v 1.7 2002/01/27 13:23:09 jdolecek Exp $
|
||||
#
|
||||
# RPC_WSCONS -- Full RiscPC config with wscons
|
||||
#
|
||||
@ -109,6 +109,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: P4032,v 1.5 2001/12/28 17:37:01 augustss Exp $
|
||||
# $NetBSD: P4032,v 1.6 2002/01/27 13:23:09 jdolecek Exp $
|
||||
#
|
||||
# Algorithmics P-4032 kernel.
|
||||
#
|
||||
|
||||
include "arch/algor/conf/std.algor"
|
||||
|
||||
#ident "P4032-$Revision: 1.5 $"
|
||||
#ident "P4032-$Revision: 1.6 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -89,6 +89,7 @@ options PCIVERBOSE # recognize "unknown" PCI devices
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options PCMCIAVERBOSE
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: P5064,v 1.10 2001/12/28 17:37:01 augustss Exp $
|
||||
# $NetBSD: P5064,v 1.11 2002/01/27 13:23:09 jdolecek Exp $
|
||||
#
|
||||
# Algorithmics P-5064 kernel.
|
||||
#
|
||||
|
||||
include "arch/algor/conf/std.algor"
|
||||
|
||||
#ident "P5064-$Revision: 1.10 $"
|
||||
#ident "P5064-$Revision: 1.11 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -84,6 +84,7 @@ options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options PCMCIAVERBOSE
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Bitmask for enabling the PCI IDE channels in the southbridge.
|
||||
# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: P6032,v 1.4 2002/01/08 03:28:56 thorpej Exp $
|
||||
# $NetBSD: P6032,v 1.5 2002/01/27 13:23:09 jdolecek Exp $
|
||||
#
|
||||
# Algorithmics P-6032 kernel.
|
||||
#
|
||||
|
||||
include "arch/algor/conf/std.algor"
|
||||
|
||||
#ident "P6032-$Revision: 1.4 $"
|
||||
#ident "P6032-$Revision: 1.5 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -84,6 +84,7 @@ options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options PCMCIAVERBOSE
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: ALPHA,v 1.158 2001/12/28 17:37:02 augustss Exp $
|
||||
# $NetBSD: ALPHA,v 1.159 2002/01/27 13:23:10 jdolecek Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
ident "ALPHA-$Revision: 1.158 $"
|
||||
ident "ALPHA-$Revision: 1.159 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -131,6 +131,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: BASIL,v 1.6 2001/12/28 17:37:02 augustss Exp $
|
||||
# $NetBSD: BASIL,v 1.7 2002/01/27 13:23:09 jdolecek Exp $
|
||||
#
|
||||
# basil.shagadelic.org -- thorpej's API UP1000
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#ident "BASIL-$Revision: 1.6 $"
|
||||
#ident "BASIL-$Revision: 1.7 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -102,6 +102,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: FRAU-FARBISSINA,v 1.11 2001/12/28 17:37:02 augustss Exp $
|
||||
# $NetBSD: FRAU-FARBISSINA,v 1.12 2002/01/27 13:23:10 jdolecek Exp $
|
||||
#
|
||||
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
|
||||
# box
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#ident "FRAU-FARBISSINA-$Revision: 1.11 $"
|
||||
#ident "FRAU-FARBISSINA-$Revision: 1.12 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -99,6 +99,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.202 2002/01/19 18:45:07 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.203 2002/01/27 13:23:10 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.202 $"
|
||||
#ident "GENERIC-$Revision: 1.203 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -132,6 +132,7 @@ options SCSIVERBOSE # Verbose SCSI errors
|
||||
options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options PCMCIAVERBOSE
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.57 2001/11/20 12:56:19 lukem Exp $
|
||||
# $NetBSD: INSTALL,v 1.58 2002/01/27 13:23:10 jdolecek Exp $
|
||||
#
|
||||
# Alpha INSTALL kernel.
|
||||
|
||||
@ -71,6 +71,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MINI-ME,v 1.5 2001/07/09 15:05:22 soren Exp $
|
||||
# $NetBSD: MINI-ME,v 1.6 2002/01/27 13:23:10 jdolecek Exp $
|
||||
#
|
||||
# mini-me.shagadelic.org - thorpej's Multia
|
||||
#
|
||||
@ -78,6 +78,7 @@ options PCIVERBOSE # recognize "unknown" PCI devices
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: TCWSCONS,v 1.23 2001/11/20 12:56:19 lukem Exp $
|
||||
# $NetBSD: TCWSCONS,v 1.24 2002/01/27 13:23:10 jdolecek Exp $
|
||||
#
|
||||
# TURBOchannel Alpha DEC3000
|
||||
|
||||
include "arch/alpha/conf/std.alpha"
|
||||
|
||||
#ident "TCWSCONS-$Revision: 1.23 $"
|
||||
#ident "TCWSCONS-$Revision: 1.24 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -87,6 +87,7 @@ options LKM
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
options TCVERBOSE # recognize "unknown" TC devices
|
||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: YEAH-BABY,v 1.10 2001/12/28 17:37:02 augustss Exp $
|
||||
# $NetBSD: YEAH-BABY,v 1.11 2002/01/27 13:23:10 jdolecek Exp $
|
||||
#
|
||||
# yeah-baby.shagadelic.org -- thorpej's Alphastation 200 file server
|
||||
# and wireless network gateway
|
||||
@ -119,6 +119,7 @@ options PCIVERBOSE # recognize "unknown" PCI devices
|
||||
options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options TCVERBOSE # recognize "unknown" TC devices
|
||||
#options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# The Alpha console firmware network boots using the BOOTP
|
||||
# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.171 2002/01/27 13:01:46 is Exp $
|
||||
# $NetBSD: GENERIC,v 1.172 2002/01/27 13:23:10 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.171 $"
|
||||
#ident "GENERIC-$Revision: 1.172 $"
|
||||
|
||||
#ifdef INSTALL_CONFIGURATION
|
||||
makeoptions COPTS="-Os"
|
||||
@ -184,6 +184,9 @@ options UCONSOLE # anyone can redirect a virtual console
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
#ifndef INSTALL_CONFIGURATION
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#else
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#endif
|
||||
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTWDCPCM,v 1.8 2002/01/27 10:52:31 jdolecek Exp $
|
||||
# $NetBSD: INSTWDCPCM,v 1.9 2002/01/27 13:23:11 jdolecek Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
|
||||
makeoptions COPTS="-Os"
|
||||
|
||||
@ -78,6 +78,7 @@ file-system KERNFS # kernel data-structure filesystem
|
||||
|
||||
#options INSECURE # disable kernel security levels
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#Misc. debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MDINSTALL,v 1.6 2002/01/27 10:52:31 jdolecek Exp $
|
||||
# $NetBSD: MDINSTALL,v 1.7 2002/01/27 13:23:11 jdolecek Exp $
|
||||
|
||||
#
|
||||
# INSTALL kernel for ramdisk installation
|
||||
@ -54,6 +54,7 @@ options UCONSOLE # anyone can redirect a virtual console
|
||||
#options INSECURE # disable kernel security levels
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
options NTP # NTP phase/frequency locked loop
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#
|
||||
# Misc. debugging options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NULL,v 1.7 2002/01/27 11:15:36 jdolecek Exp $
|
||||
# $NetBSD: NULL,v 1.8 2002/01/27 13:23:11 jdolecek Exp $
|
||||
#
|
||||
# This file was automatically created. Changes will be
|
||||
# lost when running make in this directory.
|
||||
@ -107,6 +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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#Misc. debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ARCTIC,v 1.14 2001/11/20 08:43:20 lukem Exp $
|
||||
# $NetBSD: ARCTIC,v 1.15 2002/01/27 13:23:11 jdolecek Exp $
|
||||
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# configuration file for DeskStation
|
||||
@ -30,6 +30,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.60 2002/01/19 18:45:08 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.61 2002/01/27 13:23:11 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/arc/conf/std.arc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.60 $"
|
||||
#ident "GENERIC-$Revision: 1.61 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -54,6 +54,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: M403,v 1.17 2001/11/20 12:56:21 lukem Exp $
|
||||
# $NetBSD: M403,v 1.18 2002/01/27 13:23:11 jdolecek Exp $
|
||||
#
|
||||
# configuration file for MIPS Magnum 4000 system
|
||||
#
|
||||
@ -24,6 +24,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MIMORI,v 1.10 2001/11/20 12:56:21 lukem Exp $
|
||||
# $NetBSD: MIMORI,v 1.11 2002/01/27 13:23:12 jdolecek Exp $
|
||||
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
|
||||
#
|
||||
# MIMORI -- My NEC RISCstation 2250 (ur)
|
||||
@ -25,6 +25,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PCCONS,v 1.15 2001/11/20 12:56:21 lukem Exp $
|
||||
# $NetBSD: PCCONS,v 1.16 2002/01/27 13:23:12 jdolecek Exp $
|
||||
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# PCCONS -- generic but pccons rather than wscons
|
||||
@ -34,6 +34,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PICA,v 1.29 2001/11/20 08:43:21 lukem Exp $
|
||||
# $NetBSD: PICA,v 1.30 2002/01/27 13:23:11 jdolecek Exp $
|
||||
#
|
||||
# configuration file for ACER PICA system
|
||||
#
|
||||
@ -24,6 +24,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: RAMDISK,v 1.22 2001/11/20 12:56:21 lukem Exp $
|
||||
# $NetBSD: RAMDISK,v 1.23 2002/01/27 13:23:11 jdolecek Exp $
|
||||
# $OpenBSD: RAMDISK,v 1.9 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# memory disk based configuration file for MIPS R4x00 ARC Systems
|
||||
@ -42,6 +42,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FOURMEG,v 1.21 2001/11/20 12:56:22 lukem Exp $
|
||||
# $NetBSD: FOURMEG,v 1.22 2002/01/27 13:23:12 jdolecek Exp $
|
||||
|
||||
# FOURMEG arm26 configuration -- something small
|
||||
|
||||
@ -95,6 +95,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
#options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
options BUFPAGES=1
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Disable kernel security.
|
||||
#options INSECURE
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.32 2002/01/19 18:45:08 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.33 2002/01/27 13:23:12 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -112,6 +112,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Disable kernel security.
|
||||
#options INSECURE
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: OFWGENCFG,v 1.15 2001/11/20 12:56:22 lukem Exp $
|
||||
# $NetBSD: OFWGENCFG,v 1.16 2002/01/27 13:23:12 jdolecek Exp $
|
||||
#
|
||||
# OFWGENCFG: 'generic' configuration for Open Firmware boards.
|
||||
#
|
||||
@ -96,6 +96,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SHARK,v 1.44 2001/11/20 12:56:22 lukem Exp $
|
||||
# $NetBSD: SHARK,v 1.45 2002/01/27 13:23:12 jdolecek Exp $
|
||||
# From: NetBSD: GENERIC,v 1.72 2000/08/04 02:17:46 hubertf Exp
|
||||
#
|
||||
# SHARK
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
include "arch/arm32/conf/std.arm32"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.44 $"
|
||||
#ident "GENERIC-$Revision: 1.45 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -128,6 +128,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
options IRQSTATS # manage IRQ statistics, XXX temp required
|
||||
#options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics, XXX temp required
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SHARKINST,v 1.11 2001/11/20 12:56:22 lukem Exp $
|
||||
# $NetBSD: SHARKINST,v 1.12 2002/01/27 13:23:12 jdolecek Exp $
|
||||
# From: NetBSD: SHARK,v 1.23 1999/06/26 06:56:26 cgd Exp
|
||||
#
|
||||
# SHARK Install Kernel
|
||||
@ -121,6 +121,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
options IRQSTATS # manage IRQ statistics, XXX temp required
|
||||
#options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics, XXX temp required
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: GENERIC.in,v 1.13 2002/01/19 18:45:08 oster Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
@ -157,6 +157,9 @@ options SYSVSEM # System V semaphores
|
||||
#
|
||||
options KTRACE # Add kernel tracing system call
|
||||
options DIAGNOSTIC # Add additional error checking code
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#else /* INSTALL_KERNEL */
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#endif
|
||||
|
||||
# These options enable verbose messages for several subsystems.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.50 2002/01/19 18:45:08 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.51 2002/01/27 13:23:13 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/bebox/conf/std.bebox"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.50 $"
|
||||
#ident "GENERIC-$Revision: 1.51 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -38,6 +38,7 @@ options DDB
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
options KTRACE
|
||||
options NEWPMAP
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
options COMPAT_43
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.14 2001/11/20 12:56:23 lukem Exp $
|
||||
# $NetBSD: INSTALL,v 1.15 2002/01/27 13:23:13 jdolecek Exp $
|
||||
#
|
||||
# First try for BEBOX config file
|
||||
#
|
||||
@ -29,6 +29,7 @@ options MINIROOTSIZE=3074 # size of memory disk, in blocks
|
||||
#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
||||
#options KTRACE
|
||||
options NEWPMAP
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
#options COMPAT_43
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.16 2001/12/28 17:37:02 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.17 2002/01/27 13:23:13 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -138,6 +138,7 @@ options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
options USBVERBOSE # verbose USB device autoconfig messages
|
||||
#options DDB_KEYCODE=0x40
|
||||
options PMAP_STATIC_L1S=128
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# wscons options
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.9 2001/12/28 17:37:02 augustss Exp $
|
||||
# $NetBSD: INSTALL,v 1.10 2002/01/27 13:23:13 jdolecek Exp $
|
||||
#
|
||||
# CATSINST -- CHALTECH CATS Install kernel
|
||||
#
|
||||
@ -120,6 +120,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# wscons options
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.8 2001/12/28 12:21:55 martin Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 2002/01/27 13:23:13 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -26,7 +26,10 @@ maxusers 32
|
||||
#options LEDEBUG
|
||||
|
||||
options FPSP
|
||||
|
||||
# Standard system options
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
options COMPAT_43 # compatibility with 4.3BSD interfaces
|
||||
options COMPAT_44 # compatibility with 4.4BSD binaries
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.25 2002/01/19 18:45:09 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.26 2002/01/27 13:23:14 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/cobalt/conf/std.cobalt"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.25 $"
|
||||
#ident "GENERIC-$Revision: 1.26 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -37,6 +37,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
options DIAGNOSTIC # extra kernel sanity checking
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.8 2001/12/28 12:21:55 martin Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 2002/01/27 13:23:14 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/dnard/conf/std.dnard"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -145,6 +145,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
options IRQSTATS # manage IRQ statistics, XXX temp required
|
||||
#options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics, XXX temp required
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.15 2001/12/28 12:21:55 martin Exp $
|
||||
# $NetBSD: GENERIC,v 1.16 2002/01/27 13:23:15 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -65,6 +65,8 @@ options HZ=100 # clock interrupt generates every 1/HZ sec
|
||||
|
||||
#options KTRACE # system call tracing via ktrace(1)
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#options SYSVMSG # System V-like message queues
|
||||
#options SYSVSEM # System V-like semaphores
|
||||
#options SEMMNI=10 # number of semaphore identifiers
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INTEGRATOR,v 1.4 2001/11/20 12:56:25 lukem Exp $
|
||||
# $NetBSD: INTEGRATOR,v 1.5 2002/01/27 13:23:15 jdolecek Exp $
|
||||
#
|
||||
# GENERIC -- ARM Integrator board Generic kernel
|
||||
#
|
||||
@ -119,6 +119,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IQ80310,v 1.8 2002/01/18 19:47:38 thorpej Exp $
|
||||
# $NetBSD: IQ80310,v 1.9 2002/01/27 13:23:15 jdolecek Exp $
|
||||
#
|
||||
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
|
||||
#
|
||||
@ -117,6 +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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: COMPUTEX7750,v 1.9 2001/11/20 12:56:26 lukem Exp $
|
||||
# $NetBSD: COMPUTEX7750,v 1.10 2002/01/27 13:23:15 jdolecek Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -62,6 +62,8 @@ options HZ=64 # clock interrupt generates every 1/HZ sec
|
||||
|
||||
#options KTRACE # system call tracing via ktrace(1)
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#options SYSVMSG # System V-like message queues
|
||||
#options SYSVSEM # System V-like semaphores
|
||||
#options SYSVSHM # System V-like memory sharing
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: COMPUTEXEVB,v 1.12 2001/11/20 12:56:26 lukem Exp $
|
||||
# $NetBSD: COMPUTEXEVB,v 1.13 2002/01/27 13:23:15 jdolecek Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -64,6 +64,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: CQREEKSH3,v 1.13 2001/11/20 12:56:26 lukem Exp $
|
||||
# $NetBSD: CQREEKSH3,v 1.14 2002/01/27 13:23:15 jdolecek Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -62,6 +62,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: KZSH401,v 1.10 2001/11/20 12:56:26 lukem Exp $
|
||||
# $NetBSD: KZSH401,v 1.11 2002/01/27 13:23:15 jdolecek Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -60,6 +60,8 @@ options HZ=64 # clock interrupt generates every 1/HZ sec
|
||||
|
||||
#options KTRACE # system call tracing via ktrace(1)
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
#options SYSVMSG # System V-like message queues
|
||||
#options SYSVSEM # System V-like semaphores
|
||||
#options SYSVSHM # System V-like memory sharing
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: BASALT,v 1.40 2001/11/17 23:56:21 gmcgarry Exp $
|
||||
# $NetBSD: BASALT,v 1.41 2002/01/27 13:23:15 jdolecek Exp $
|
||||
#
|
||||
# Kernel for basalt.og.org - thorpej's HP380 workstation.
|
||||
#
|
||||
@ -29,6 +29,7 @@ options SYSVSEM # System V-style semaphores
|
||||
options SYSVMSG # System V-style message queues
|
||||
options KTRACE # system call tracing support
|
||||
options LKM # loadable kernel modules
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Filesystems
|
||||
file-system FFS # fast filesystem
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DISKLESS,v 1.32 2001/12/14 05:57:00 gmcgarry Exp $
|
||||
# $NetBSD: DISKLESS,v 1.33 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
# Diskless HP 9000/300-series workstation
|
||||
#
|
||||
@ -37,6 +37,7 @@ options SYSVSHM # System V-style shared memory
|
||||
options SYSVSEM # System V-style semaphores
|
||||
options SYSVMSG # System V-style message queues
|
||||
options KTRACE # system call tracing support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Filesystems
|
||||
file-system NFS # Network filesystem client
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FOURMEG,v 1.2 2001/11/20 12:56:26 lukem Exp $
|
||||
# $NetBSD: FOURMEG,v 1.3 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
# Options for low-memory systems.
|
||||
#
|
||||
@ -14,3 +14,4 @@ options BUFPAGES=16
|
||||
options NMBCLUSTERS=64
|
||||
options NFS_V2_ONLY
|
||||
options NFS_DEFAULT_NIOTHREADS=1
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.75 2002/01/19 18:45:09 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.76 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/hp300/conf/std.hp300"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.75 $"
|
||||
#ident "GENERIC-$Revision: 1.76 $"
|
||||
|
||||
# Support for various CPU types
|
||||
options HP320
|
||||
@ -60,6 +60,7 @@ options SYSVMSG # System V-style message queues
|
||||
options KTRACE # system call tracing support
|
||||
options LKM # Loadable kernel modules
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Filesystems
|
||||
file-system FFS # fast filesystem
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: HAYDON,v 1.14 2001/11/20 12:56:27 lukem Exp $
|
||||
# $NetBSD: HAYDON,v 1.15 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
# HAYDON
|
||||
#
|
||||
@ -74,6 +74,7 @@ options DDB # Kernel Dynamic Debugger
|
||||
#options DEBUG # extra kernel debugging support
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
options KTRACE # system call tracing support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: KARLA,v 1.12 2001/11/20 12:56:27 lukem Exp $
|
||||
# $NetBSD: KARLA,v 1.13 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
# KARLA
|
||||
#
|
||||
@ -69,6 +69,7 @@ options DDB # Kernel Dynamic Debugger
|
||||
#options DEBUG # extra kernel debugging support
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
options KTRACE # system call tracing support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IPAQ,v 1.12 2001/11/20 12:56:27 lukem Exp $
|
||||
# $NetBSD: IPAQ,v 1.13 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
# iPAQ H3600 -- Windows-CE based PDA
|
||||
#
|
||||
@ -104,6 +104,7 @@ options IRQSTATS # manage IRQ statistics
|
||||
options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Development and Debugging options
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: JORNADA720,v 1.12 2001/11/20 12:56:27 lukem Exp $
|
||||
# $NetBSD: JORNADA720,v 1.13 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
# JORNADA -- Windows-CE based jornada 720
|
||||
#
|
||||
|
||||
include "arch/hpcarm/conf/std.hpcarm"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.12 $"
|
||||
#ident "GENERIC-$Revision: 1.13 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -106,6 +106,7 @@ options IRQSTATS # manage IRQ statistics
|
||||
options LKM # loadable kernel modules
|
||||
options KMEMSTATS # kernel memory statistics
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
options NFS_BOOT_DHCP
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.104 2002/01/26 10:24:58 takemura Exp $
|
||||
# $NetBSD: GENERIC,v 1.105 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/hpcmips/conf/std.hpcmips"
|
||||
include "arch/hpcmips/conf/std.hpcmips.vr41"
|
||||
include "arch/hpcmips/conf/std.hpcmips.tx39"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.104 $"
|
||||
#ident "GENERIC-$Revision: 1.105 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -61,6 +61,7 @@ options NTP # network time protocol
|
||||
#options SYSCALL_DEBUG # for debug
|
||||
#options HPCMIPS_L1CACHE_DISABLE # disable L1 cache for debug
|
||||
#options HPCMIPS_FLUSHCACHE_XXX # for debug
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # fast filesystem with user and group quotas
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# kernel config file for system install
|
||||
#
|
||||
# $NetBSD: INSTALL_TX3912,v 1.1 2001/04/22 02:01:43 shin Exp $
|
||||
# $NetBSD: INSTALL_TX3912,v 1.2 2002/01/27 13:23:17 jdolecek Exp $
|
||||
#
|
||||
|
||||
include "arch/hpcmips/conf/TX3912"
|
||||
@ -13,3 +13,5 @@ options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
options MINIROOTSIZE=8192 # size of memory disk, in blocks
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# kernel config file for system install
|
||||
#
|
||||
# $NetBSD: INSTALL_TX3922,v 1.1 2001/04/22 02:01:44 shin Exp $
|
||||
# $NetBSD: INSTALL_TX3922,v 1.2 2002/01/27 13:23:17 jdolecek Exp $
|
||||
#
|
||||
|
||||
include "arch/hpcmips/conf/TX3922"
|
||||
@ -13,3 +13,5 @@ options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
options MINIROOTSIZE=8192 # size of memory disk, in blocks
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: LROUTER,v 1.2 2002/01/26 10:24:58 takemura Exp $
|
||||
# $NetBSD: LROUTER,v 1.3 2002/01/27 13:23:17 jdolecek Exp $
|
||||
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
|
||||
#
|
||||
# Kernel configuration file for LASER5 L-Router
|
||||
@ -26,6 +26,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
## UVM options.
|
||||
#options UVM_PAGE_TRKOWN
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: MPC303,v 1.9 2002/01/26 10:24:58 takemura Exp $
|
||||
# $NetBSD: MPC303,v 1.10 2002/01/27 13:23:16 jdolecek 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.
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -27,6 +27,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
## UVM options.
|
||||
#options UVM_PAGE_TRKOWN
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: TX3912,v 1.35 2002/01/26 10:24:58 takemura Exp $
|
||||
# $NetBSD: TX3912,v 1.36 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -47,6 +47,8 @@ options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
#file-system EXT2FS # second extended file system (linux)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
|
||||
#
|
||||
# $NetBSD: TX3922,v 1.39 2002/01/26 10:24:58 takemura Exp $
|
||||
# $NetBSD: TX3922,v 1.40 2002/01/27 13:23:16 jdolecek Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
@ -36,6 +36,8 @@ options MIIVERBOSE # verbose PHY autoconfig messages
|
||||
options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
#file-system EXT2FS # second extended file system (linux)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VR41XX,v 1.2 2002/01/26 10:24:58 takemura Exp $
|
||||
# $NetBSD: VR41XX,v 1.3 2002/01/27 13:23:17 jdolecek 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.2 $"
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -37,6 +37,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
## UVM options.
|
||||
#options UVM_PAGE_TRKOWN
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.15 2002/01/27 05:14:33 uch Exp $
|
||||
# $NetBSD: GENERIC,v 1.16 2002/01/27 13:23:17 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -45,6 +45,7 @@ options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Executable format options
|
||||
options EXEC_COFF # 32-bit COFF executables
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: HP620LX,v 1.6 2001/11/20 12:56:28 lukem Exp $
|
||||
# $NetBSD: HP620LX,v 1.7 2002/01/27 13:23:17 jdolecek Exp $
|
||||
#
|
||||
# HP620LX
|
||||
#
|
||||
@ -16,6 +16,7 @@ options DIAGNOSTIC # extra kernel debugging checks
|
||||
options DEBUG # extra kernel debugging support
|
||||
options KTRACE # system call tracing support
|
||||
options MSGBUFSIZE=65534
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Standard system options
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: JORNADA690,v 1.12 2001/11/20 12:56:28 lukem Exp $
|
||||
# $NetBSD: JORNADA690,v 1.13 2002/01/27 13:23:17 jdolecek Exp $
|
||||
#
|
||||
# JORNADA690 uch's Jornada 690
|
||||
#
|
||||
@ -16,6 +16,7 @@ options DIAGNOSTIC # extra kernel debugging checks
|
||||
options DEBUG # extra kernel debugging support
|
||||
options KTRACE # system call tracing support
|
||||
options MSGBUFSIZE=65534
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Standard system options
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: CARDBUS,v 1.49 2002/01/24 20:19:46 he Exp $
|
||||
# $NetBSD: CARDBUS,v 1.50 2002/01/27 13:23:19 jdolecek Exp $
|
||||
#
|
||||
# CARDBUS: GENERIC + CardBus support. Additionally, some
|
||||
# things typically not found on laptops have been commented out.
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "CARDBUS-$Revision: 1.49 $"
|
||||
#ident "CARDBUS-$Revision: 1.50 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -71,6 +71,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: DELPHI,v 1.10 2001/12/28 17:37:03 augustss Exp $
|
||||
# $NetBSD: DELPHI,v 1.11 2002/01/27 13:23:18 jdolecek Exp $
|
||||
#
|
||||
# DELPHI -- one of thorpej@zembu.com's devel machines
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
ident "DELPHI-$Revision: 1.10 $"
|
||||
ident "DELPHI-$Revision: 1.11 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -61,6 +61,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
options POOL_LOGSIZE=1000
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DISKLESS,v 1.80 2001/11/20 12:56:29 lukem Exp $
|
||||
# $NetBSD: DISKLESS,v 1.81 2002/01/27 13:23:17 jdolecek Exp $
|
||||
#
|
||||
# DISKLESS -- Generic machine setup for diskless boot.
|
||||
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
|
||||
@ -45,6 +45,8 @@ options SYSVSEM # System V-like semaphores
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
||||
options COMPAT_09 # NetBSD 0.9,
|
||||
options COMPAT_10 # NetBSD 1.0,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DR-EVIL,v 1.36 2001/12/28 17:37:03 augustss Exp $
|
||||
# $NetBSD: DR-EVIL,v 1.37 2002/01/27 13:23:17 jdolecek Exp $
|
||||
#
|
||||
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej@netbsd.org
|
||||
#
|
||||
@ -67,6 +67,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.466 2002/01/19 18:45:10 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.467 2002/01/27 13:23:18 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.466 $"
|
||||
#ident "GENERIC-$Revision: 1.467 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -78,6 +78,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.39 2002/01/19 18:45:10 oster Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.40 2002/01/27 13:23:19 jdolecek 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
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.39 $"
|
||||
#ident "GENERIC-$Revision: 1.40 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -64,6 +64,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_PS2TINY,v 1.9 2001/12/28 12:21:57 martin Exp $
|
||||
# $NetBSD: GENERIC_PS2TINY,v 1.10 2002/01/27 13:23:18 jdolecek 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,
|
||||
@ -65,6 +65,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_TINY,v 1.33 2001/12/28 12:21:57 martin Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.34 2002/01/27 13:23:17 jdolecek Exp $
|
||||
#
|
||||
# GENERIC_TINY -- suitable default for 4M machines
|
||||
# No EISA, PCI, or SCSI.
|
||||
@ -57,6 +57,8 @@ options NMBCLUSTERS=256
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: HOMEWORLD,v 1.60 2001/12/28 17:37:04 augustss Exp $
|
||||
# $NetBSD: HOMEWORLD,v 1.61 2002/01/27 13:23:17 jdolecek Exp $
|
||||
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
|
||||
#
|
||||
# HOMEWORLD - TNF mail/gnats
|
||||
@ -63,6 +63,8 @@ options BUFCACHE=10
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.181 2001/12/30 14:49:08 wiz Exp $
|
||||
# $NetBSD: INSTALL,v 1.182 2002/01/27 13:23:18 jdolecek Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -70,6 +70,8 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.18 2001/12/30 14:49:10 wiz Exp $
|
||||
# $NetBSD: INSTALL_LAPTOP,v 1.19 2002/01/27 13:23:19 jdolecek Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -70,6 +70,8 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_PS2,v 1.4 2001/07/30 20:51:29 jdolecek Exp $
|
||||
# $NetBSD: INSTALL_PS2,v 1.5 2002/01/27 13:23:18 jdolecek Exp $
|
||||
#
|
||||
# INSTALL_PS2 - PS/2 Installation kernel.
|
||||
#
|
||||
@ -14,5 +14,7 @@ options MEMORY_DISK_IS_ROOT # force root on memory disk
|
||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
options MINIROOTSIZE=2880 # 1.44M, same as a floppy
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# File systems
|
||||
file-system MFS # memory file system
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_SMALL,v 1.76 2001/12/01 00:09:09 bouyer Exp $
|
||||
# $NetBSD: INSTALL_SMALL,v 1.77 2002/01/27 13:23:18 jdolecek Exp $
|
||||
#
|
||||
# INSTALL_SMALL - Small Installation kernel.
|
||||
#
|
||||
@ -67,6 +67,8 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL_TINY,v 1.44 2001/11/20 12:56:30 lukem Exp $
|
||||
# $NetBSD: INSTALL_TINY,v 1.45 2002/01/27 13:23:18 jdolecek Exp $
|
||||
#
|
||||
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
|
||||
#
|
||||
@ -64,6 +64,8 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
#options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: IOPENER,v 1.21 2001/12/28 17:37:04 augustss Exp $
|
||||
# $NetBSD: IOPENER,v 1.22 2002/01/27 13:23:18 jdolecek Exp $
|
||||
#
|
||||
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
|
||||
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "IOPENER-$Revision: 1.21 $"
|
||||
#ident "IOPENER-$Revision: 1.22 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -45,6 +45,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: LAMB,v 1.15 2001/11/30 02:40:57 itojun Exp $
|
||||
# $NetBSD: LAMB,v 1.16 2002/01/27 13:23:19 jdolecek Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.15 $"
|
||||
#ident "GENERIC-$Revision: 1.16 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -63,6 +63,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
options TIMER_FREQ=1189200 # LAMB uses nonstandard timer freq
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MINBAR,v 1.31 2001/12/28 17:37:04 augustss Exp $
|
||||
# $NetBSD: MINBAR,v 1.32 2002/01/27 13:23:18 jdolecek Exp $
|
||||
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
|
||||
#
|
||||
# MINBAR -- offshore CVS server
|
||||
@ -63,6 +63,8 @@ options BUFCACHE=10
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NBFTP,v 1.34 2001/12/28 17:37:04 augustss Exp $
|
||||
# $NetBSD: NBFTP,v 1.35 2002/01/27 13:23:18 jdolecek Exp $
|
||||
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
|
||||
#
|
||||
# NBFTP -- ftp/sup.netbsd.org server machine
|
||||
@ -63,6 +63,8 @@ options BUFCACHE=10
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SWINGER,v 1.24 2001/12/28 17:37:04 augustss Exp $
|
||||
# $NetBSD: SWINGER,v 1.25 2002/01/27 13:23:19 jdolecek Exp $
|
||||
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
|
||||
#
|
||||
# SWINGER -- thorpej's Abit BP6+dual Celeron
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "SWINGER-$Revision: 1.24 $"
|
||||
#ident "SWINGER-$Revision: 1.25 $"
|
||||
|
||||
maxusers 64 # estimated number of users
|
||||
|
||||
@ -62,6 +62,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # expensive kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.26 2001/12/28 12:21:57 martin Exp $
|
||||
# $NetBSD: GENERIC,v 1.27 2002/01/27 13:23:19 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/luna68k/conf/std.luna68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.26 $"
|
||||
#ident "GENERIC-$Revision: 1.27 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -43,6 +43,7 @@ options KTRACE
|
||||
#optoins SHMMAXPGS=1024 # 1024 pages is the default
|
||||
#options LKM # loadable kernel modules
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
options DDB
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.119 2002/01/19 18:45:10 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.120 2002/01/27 13:23:19 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.119 $"
|
||||
#ident "GENERIC-$Revision: 1.120 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
@ -54,6 +54,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: GENERICSBC,v 1.10 2002/01/19 18:45:10 oster Exp $
|
||||
# $NetBSD: GENERICSBC,v 1.11 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
# GENERICSBC
|
||||
|
||||
include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
#ident "GENERICSBC-$Revision: 1.10 $"
|
||||
#ident "GENERICSBC-$Revision: 1.11 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
@ -38,6 +38,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.11 2001/11/20 12:56:31 lukem Exp $
|
||||
# $NetBSD: INSTALL,v 1.12 2002/01/27 13:23:19 jdolecek Exp $
|
||||
#
|
||||
# INSTALL
|
||||
|
||||
@ -29,6 +29,8 @@ options INSECURE # disable kernel security levels
|
||||
|
||||
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options - XXX remove these at some point
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALLSBC,v 1.3 2001/11/20 12:56:31 lukem Exp $
|
||||
# $NetBSD: INSTALLSBC,v 1.4 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
# INSTALLSBC
|
||||
|
||||
@ -29,6 +29,8 @@ options INSECURE # disable kernel security levels
|
||||
|
||||
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options - XXX remove these at some point
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
options DDB # in-kernel debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MYSTERY,v 1.26 2001/11/20 08:43:28 lukem Exp $
|
||||
# $NetBSD: MYSTERY,v 1.27 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
@ -34,6 +34,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: PUMA,v 1.32 2001/07/08 16:32:19 abs Exp $
|
||||
# $NetBSD: PUMA,v 1.33 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
# PUMA
|
||||
|
||||
@ -27,6 +27,8 @@ options SYSVSHM # System V-like memory sharing
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DDB # in-kernel debugger
|
||||
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SPOT,v 1.42 2001/11/20 08:43:28 lukem Exp $
|
||||
# $NetBSD: SPOT,v 1.43 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
@ -35,6 +35,7 @@ options SYSVSHM # System V-like memory sharing
|
||||
#options LKM # loadable kernel modules
|
||||
#options INSECURE # disable kernel security level
|
||||
#options UCONSOLE # allow anyone to steal the virtual console
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.120 2002/01/19 18:45:10 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.121 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
include "arch/macppc/conf/std.macppc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.120 $"
|
||||
#ident "GENERIC-$Revision: 1.121 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -43,6 +43,8 @@ options SYSVSHM # System V shared memory
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
#options DEBUG # expensive debugging checks/support
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.53 2002/01/17 15:50:28 wiz Exp $
|
||||
# $NetBSD: INSTALL,v 1.54 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
@ -19,6 +19,8 @@ options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||
options MINIROOTSIZE=4096 # 2 Megabytes
|
||||
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Compatibility options
|
||||
#options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: POWERMAC,v 1.31 2001/11/20 12:56:32 lukem Exp $
|
||||
# $NetBSD: POWERMAC,v 1.32 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
# POWERMAC config file
|
||||
#
|
||||
@ -10,6 +10,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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.15 2002/01/19 18:45:11 oster Exp $
|
||||
# $NetBSD: GENERIC,v 1.16 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -38,6 +38,7 @@ options SYSVSHM # System V shared memory
|
||||
#options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
options HZ=25
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
options DDB # kernel dynamic debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.4 2001/11/20 12:56:32 lukem Exp $
|
||||
# $NetBSD: INSTALL,v 1.5 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
include "arch/mipsco/conf/std.mipsco"
|
||||
|
||||
@ -10,6 +10,7 @@ options MIPS1 # R2000/R3000 support
|
||||
|
||||
# Standard system options
|
||||
options HZ=25
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
#options DDB # kernel dynamic debugger
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: RC3230,v 1.7 2001/11/20 12:56:32 lukem Exp $
|
||||
# $NetBSD: RC3230,v 1.8 2002/01/27 13:23:20 jdolecek Exp $
|
||||
#
|
||||
include "arch/mipsco/conf/std.mipsco"
|
||||
|
||||
@ -17,6 +17,7 @@ options SYSVSHM # System V shared memory
|
||||
#options NTP # network time protocol
|
||||
#options UCONSOLE # users can redirect console (unsafe)
|
||||
options HZ=25
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Debugging options
|
||||
#options DDB # kernel dynamic debugger
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user