69 lines
2.1 KiB
Plaintext
69 lines
2.1 KiB
Plaintext
# $NetBSD: SALMON,v 1.8 1997/06/12 18:42:12 mrg 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 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 "TCP_COMPAT_42" # 4.2 networking ABI
|
|
options "COMPAT_09" # NetBSD-0.9
|
|
options "COMPAT_10" # NetBSD-1.0
|
|
options COMPAT_11
|
|
options COMPAT_12
|
|
|
|
# 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 FIFO # fifos; 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 # ?
|
|
|
|
# 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 16 # 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 #
|