82 lines
2.7 KiB
Plaintext
82 lines
2.7 KiB
Plaintext
# $NetBSD: KLONDIKE,v 1.14 1997/11/17 01:58:10 lukem Exp $
|
|
#
|
|
# KLONDIKE: Matthias Pfaller's pc532
|
|
#
|
|
|
|
include "arch/pc532/conf/std.pc532"
|
|
|
|
maxusers 8 # estimated number of users
|
|
|
|
#makeoptions DEBUG="-g"
|
|
options DDB # kernel debugger; recommended
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
#options DIAGNOSTIC # internal consistency checking
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
#options ACCOUNTING # process accounting
|
|
#options SYSVSHM # System V shared memory; broken
|
|
#options SHMMAXPGS=1024
|
|
options LKM # loadable kernel modules
|
|
options INSECURE # allow lkms in multiuser mode
|
|
options PFIL_HOOKS # pfil(9) packet filter hooks
|
|
|
|
# compatibility options
|
|
options COMPAT_43 # 4.3 system calls
|
|
|
|
# file system options
|
|
file-system FFS # Berkeley fast file system
|
|
#file-system LFS # log-structered file system
|
|
file-system MFS # memory file system; uses RAM and swap
|
|
file-system UNION
|
|
file-system NULLFS
|
|
file-system FDESC # /dev/fd
|
|
file-system KERNFS # /kern
|
|
file-system PROCFS # /proc
|
|
file-system NFS # Network File System client
|
|
|
|
options FIFO # fifos; recommended
|
|
options NFSSERVER # Network File System server
|
|
#options QUOTA # file system quotas
|
|
|
|
# networking options
|
|
#options GATEWAY # packet forwarding
|
|
options INET # IP + ICMP + TCP + UDP
|
|
#options NS # XNS
|
|
#options ISO,TPIP # OSI
|
|
#options EON # OSI tunneling over IP
|
|
#options CCITT,LLC,HDLC # X.25
|
|
options PPP_BSDCOMP,PPP_DEFLATE # compression for PPP
|
|
|
|
# pc532 specific options
|
|
options CPU30MHZ
|
|
options CONSOLE_SPEED=B9600 # default console baud rate
|
|
options SCNDEF_CFLAG="CREAD+CS8+HUPCL"
|
|
options NS381 # FPU installed
|
|
options PLIP # PLIP driver in dev/lpt.c
|
|
|
|
config netbsd root on sd0a type ffs
|
|
|
|
sd0 at scsibus0 target 0 lun 0 # Quantum LP52S
|
|
sd1 at scsibus0 target 1 lun 0 # Micropolis 4110
|
|
sd2 at scsibus0 target 2 lun 0 # Teac FC-1 HF (3.5" Floppy)
|
|
sd3 at scsibus0 target 2 lun 1 # Teac FC-1 GF (5.25" Floppy)
|
|
cd0 at scsibus0 target 3 lun 0 # Toshiba XM-4101TA
|
|
st0 at scsibus0 target 4 lun 0 # Conner 4324RP DAT Drive
|
|
st1 at scsibus0 target 5 lun 0 # Tandberg TDC 3660 QIC-150 Drive
|
|
#sa0 at scsibus0 target 6 lun 0 # Adaptec 1542B
|
|
se0 at scsibus0 target 6 lun 0 # Cabletron EA412/EA419
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
|
|
lpt0 at mainbus? addr 0xffc80030 irq 7
|
|
lpt1 at mainbus? addr 0xffc80034 irq 6
|
|
|
|
pseudo-device pty 16 # pseudo-terminals
|
|
pseudo-device loop 1 # loopback network
|
|
pseudo-device vnd 4 # vnode devices
|
|
pseudo-device bpfilter 8 # packet filter
|
|
pseudo-device sl 1 # compressed SLIP
|
|
pseudo-device ppp 1 # Point-to-Point Protocol
|
|
pseudo-device tun 1 # ip tunneling
|