Update to present reality.
This commit is contained in:
parent
132026d9aa
commit
28a3c86926
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: SPOT,v 1.34 1998/02/27 01:33:14 scottr Exp $
|
||||
# $NetBSD: SPOT,v 1.35 1998/04/24 05:14:37 scottr Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
maxusers 8
|
||||
|
||||
makeoptions COPTS="-O2 -m68030"
|
||||
|
||||
|
@ -33,6 +33,8 @@ options SYSVSHM # System V-like memory sharing
|
|||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
#options LKM # loadable kernel modules
|
||||
#options INSECURE # disable kernel security level
|
||||
#options UCONSOLE # allow anyone to steal the virtual console
|
||||
|
||||
# Diagnostic/debugging support options
|
||||
options DIAGNOSTIC # cheap kernel consistency checks
|
||||
|
@ -43,19 +45,19 @@ options DDB # in-kernel debugger
|
|||
#options KGDB # remote debugger
|
||||
#options KGDBDEV=0xc01 # kgdb device number (dev_t)
|
||||
#options KGDBRATE=38400 # baud rate
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
||||
# Compatibility options
|
||||
#options COMPAT_NOMID # NetBSD 0.8,
|
||||
#options COMPAT_09 # NetBSD 0.9,
|
||||
options COMPAT_10 # NetBSD 1.0,
|
||||
options COMPAT_11 # NetBSD 1.1,
|
||||
#options COMPAT_10 # NetBSD 1.0,
|
||||
#options COMPAT_11 # NetBSD 1.1,
|
||||
options COMPAT_12 # NetBSD 1.2,
|
||||
options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
||||
#options COMPAT_SUNOS # binary compatibility with SunOS 4.x binaries
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
|
@ -75,7 +77,7 @@ file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|||
|
||||
# File system options
|
||||
options QUOTA # UFS quotas
|
||||
options NFSSERVER # Network File System server
|
||||
#options NFSSERVER # Network File System server
|
||||
options FIFO # FIFOs; RECOMMENDED
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
@ -89,7 +91,7 @@ options INET # IP + ICMP + TCP + UDP
|
|||
#options ISO,TPIP # OSI
|
||||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
options NETATALK # AppleTalk networking protocols
|
||||
#options NETATALK # AppleTalk networking protocols
|
||||
options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
||||
#options PPP_DEFLATE # Deflate compression support for PPP
|
||||
options PPP_FILTER # Active filter support for PPP (requires bpf)
|
||||
|
@ -100,7 +102,7 @@ options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|||
|
||||
# These options enable verbose messages for several subsystems.
|
||||
# Warning, these may compile large string tables into the kernel!
|
||||
options SCSIVERBOSE # human readable SCSI error messages
|
||||
#options SCSIVERBOSE # human readable SCSI error messages
|
||||
|
||||
# Mac-specific options
|
||||
#options ZS_CONSOLE_ABORT
|
||||
|
@ -158,7 +160,7 @@ zstty* at zsc? channel ?
|
|||
# SCSI controllers
|
||||
# XXX - use only one of ncrscsi or sbc
|
||||
#ncrscsi0 at obio? # SCSI NCR 5380
|
||||
sbc0 at obio? flags 0x5 # MI SCSI NCR 5380
|
||||
sbc0 at obio? flags 0x1 # MI SCSI NCR 5380
|
||||
#esp0 at obio? # SCSI NCR 53C9x
|
||||
#esp1 at obio? # SCSI NCR 53C9x
|
||||
|
||||
|
|
Loading…
Reference in New Issue