1998-09-02 23:22:13 +04:00
|
|
|
|
|
|
|
# $NetBSD: KLONDIKE,v 1.17 1998/09/02 19:22:14 matthias Exp $
|
1995-08-25 11:58:21 +04:00
|
|
|
#
|
|
|
|
# KLONDIKE: Matthias Pfaller's pc532
|
|
|
|
#
|
1995-09-26 23:15:57 +03:00
|
|
|
|
1996-11-24 16:28:52 +03:00
|
|
|
include "arch/pc532/conf/std.pc532"
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
maxusers 8 # estimated number of users
|
|
|
|
|
1998-09-02 23:22:13 +04:00
|
|
|
#makeoptions COPTS="-O2 -msb -mrtd"
|
|
|
|
#options MRTD
|
|
|
|
|
1996-11-07 10:32:18 +03:00
|
|
|
#makeoptions DEBUG="-g"
|
1997-11-17 04:57:23 +03:00
|
|
|
options DDB # kernel debugger; recommended
|
|
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
1998-09-02 23:22:13 +04:00
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
#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
|
1998-09-02 23:22:13 +04:00
|
|
|
options SCSIVERBOSE # verbose SCSI error messages
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
# compatibility options
|
1998-03-20 01:09:24 +03:00
|
|
|
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
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
# file system options
|
1997-02-08 12:33:24 +03:00
|
|
|
file-system FFS # Berkeley fast file system
|
1997-01-31 04:57:08 +03:00
|
|
|
#file-system LFS # log-structered file system
|
1997-02-08 12:33:24 +03:00
|
|
|
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
|
1997-01-31 04:57:08 +03:00
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
options NFSSERVER # Network File System server
|
|
|
|
#options QUOTA # file system quotas
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
# networking options
|
1997-11-17 04:57:23 +03:00
|
|
|
#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
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
# pc532 specific options
|
1997-11-17 04:57:23 +03:00
|
|
|
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
|
1995-08-25 11:58:21 +04:00
|
|
|
|
1997-06-12 22:41:58 +04:00
|
|
|
config netbsd root on sd0a type ffs
|
1995-08-25 11:58:21 +04:00
|
|
|
|
1996-10-23 11:49:55 +04:00
|
|
|
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
|
1997-03-22 11:29:45 +03:00
|
|
|
#sa0 at scsibus0 target 6 lun 0 # Adaptec 1542B
|
1996-10-23 11:49:55 +04:00
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
1995-08-25 11:58:21 +04:00
|
|
|
|
1996-12-23 11:36:37 +03:00
|
|
|
lpt0 at mainbus? addr 0xffc80030 irq 7
|
|
|
|
lpt1 at mainbus? addr 0xffc80034 irq 6
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
pseudo-device pty 16 # pseudo-terminals
|
|
|
|
pseudo-device loop 1 # loopback network
|
1996-10-23 11:49:55 +04:00
|
|
|
pseudo-device vnd 4 # vnode devices
|
|
|
|
pseudo-device bpfilter 8 # packet filter
|
1996-01-26 08:12:58 +03:00
|
|
|
pseudo-device sl 1 # compressed SLIP
|
1996-10-23 11:49:55 +04:00
|
|
|
pseudo-device ppp 1 # Point-to-Point Protocol
|
|
|
|
pseudo-device tun 1 # ip tunneling
|