NetBSD/sys/arch/pc532/conf/STEELHEAD

77 lines
2.5 KiB
Plaintext

# $NetBSD: STEELHEAD,v 1.34 2002/09/18 02:44:06 lukem Exp $
#
# STEELHEAD: Phil Nelson's pc532
#
include "arch/pc532/conf/std.pc532"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
maxusers 10 # estimated number of users
#options DDB # kernel debugger; not working
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DIAGNOSTIC # internal consistency checking
#options ACCOUNTING # process accounting
options KTRACE # system call tracing, a la ktrace(1)
options SYSVSHM # System V shared memory
#options SHMMAXPGS=1024
#options LKM # loadable kernel modules
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
# compatibility options
options COMPAT_43 # 4.3 system calls
options COMPAT_09 # NetBSD-0.9
options COMPAT_10 # NetBSD-1.0
options COMPAT_11
options COMPAT_12
options COMPAT_13
options COMPAT_14
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
# file system options
file-system FFS # Berkeley fast file system
#file-system MFS # memory file system; uses RAM and swap
file-system NFS # Network File System client
file-system CD9660 # ISO 9660 CD-ROM file system, with RR
#file-system MSDOSFS # MS-DOS FAT file system
file-system FDESC # /dev/fd
file-system KERNFS # kernel file system; recommended
#options QUOTA # file system quotas
options NFSSERVER # Network File System server
#options FASTLINKS # fast symbolic links in FFS
# networking options
options GATEWAY # packet forwarding
options INET # IP
#options NS # XNS
#options CCITT # X.25
#options ISO # OSI
#options TPIP # ?
#options EON # ?
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# pc532 specific options
options CONSOLE_SPEED="B19200" # default baud on the console (tty00)
#options RAMD_SIZE=1536000 # Size of the "boot strap ram disk"
#options RAMD_ADR=0x400000 # Adr of the "boot strap ram disk"
config netbsd root on sd0 type ffs
ncr0 at mainbus0 flags 0x2000
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tapes
cd* at scsibus? target ? lun ? # SCSI cd-rom
pseudo-device pty # pseudo-terminals
pseudo-device loop 1 # loopback network
pseudo-device bpfilter 4 # packet filter
pseudo-device sl 3 # compressed SLIP
pseudo-device ppp 2 # Point-to-Point Protocol
pseudo-device vnd 4 # Vnode devices
#pseudo-device ether #
pseudo-device clockctl # user control of clock subsystem