NetBSD/sys/arch/pc532/conf/SALMON

70 lines
2.2 KiB
Plaintext

# $NetBSD: SALMON,v 1.14 2001/11/20 12:56:36 lukem Exp $
#
# SALMON: Phil Nelson's 2nd (test) pc532
#
include "arch/pc532/conf/std.pc532"
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; broken
#options SHMMAXPGS=1024
#options LKM # loadable kernel modules
# 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 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
#eptions 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="B9600" # 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
#rd0 at mainbus?
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tapes
#cd* at scsibus? target ? lun ? # SCSI ???
pseudo-device pty # pseudo-terminals
pseudo-device loop 1 # loopback network
pseudo-device bpfilter 4 # packet filter
pseudo-device sl 2 # compressed SLIP
pseudo-device ppp 2 # Point-to-Point Protocol
pseudo-device vnd 4 # Vnode devices
#pseudo-device ether #