1996-08-27 03:39:36 +04:00
|
|
|
# $NetBSD: KLONDIKE,v 1.5 1996/08/26 23:40:37 mrg Exp $
|
1995-08-25 11:58:21 +04:00
|
|
|
#
|
|
|
|
# KLONDIKE: Matthias Pfaller's pc532
|
|
|
|
#
|
1995-09-26 23:15:57 +03:00
|
|
|
|
|
|
|
machine pc532
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
maxusers 8 # estimated number of users
|
|
|
|
options TIMEZONE=0, DST=0 # time zone to read RTC in
|
|
|
|
options SWAPPAGER # paging
|
|
|
|
options VNODEPAGER,DEVPAGER # vnode and device node caching
|
|
|
|
|
|
|
|
#options DDB # kernel debugger; recommended
|
|
|
|
#options DIAGNOSTIC # internal consistency checking
|
|
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
|
|
|
|
#options ACCOUNTING # process accounting
|
|
|
|
options FIFO # fifos; recommended
|
|
|
|
#options SYSVSHM # System V shared memory; broken
|
1995-09-26 23:15:57 +03:00
|
|
|
#options SHMMAXPGS=1024
|
1995-08-25 11:58:21 +04:00
|
|
|
#options LKM # loadable kernel modules
|
|
|
|
|
|
|
|
# compatibility options
|
1995-09-26 23:15:57 +03:00
|
|
|
options COMPAT_43 # 4.3 system calls
|
1996-08-27 03:39:36 +04:00
|
|
|
options COMPAT_11
|
|
|
|
options COMPAT_12
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
# file system options
|
|
|
|
#options QUOTA # file system quotas
|
|
|
|
options FFS # Berkeley fast file system
|
|
|
|
#options LFS # log-structered file system
|
|
|
|
options MFS # memory file system; uses RAM and swap
|
|
|
|
options MSDOSFS # MS-DOS file system
|
|
|
|
options CD9660 # ISO 9660 CD-ROM file system, with RR
|
|
|
|
options NULLFS # loopback file system
|
|
|
|
#options UMAPFS # NULLFS + uid and gid remapping
|
|
|
|
options UNION # union file system
|
|
|
|
#options PORTAL # /portal
|
1995-09-26 23:15:57 +03:00
|
|
|
#options FDESC # /dev/fd
|
1995-08-25 11:58:21 +04:00
|
|
|
options KERNFS # /kern
|
|
|
|
options PROCFS # /proc
|
|
|
|
options NFSSERVER # Network File System server
|
|
|
|
options NFSCLIENT # Network File System client
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# pc532 specific options
|
1995-09-26 23:15:57 +03:00
|
|
|
options COMDEF_SPEED=B19200 # default baud on the scn chips
|
1996-01-26 08:12:58 +03:00
|
|
|
options CON_BRK_PANIC # 3 breaks on tty0 -> panic? y/n
|
1995-09-26 23:15:57 +03:00
|
|
|
options PLIP # PLIP driver in dev/lpt.c
|
1995-08-25 11:58:21 +04:00
|
|
|
options DEV_RTC # RTC driver in pc532/mem.c
|
|
|
|
|
1995-09-26 23:15:57 +03:00
|
|
|
config netbsd root on sd0a swap on sd0b and sd1b
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
membus0 at root
|
|
|
|
#clock0 at membus?
|
|
|
|
#timer0 at membus?
|
|
|
|
|
|
|
|
ncr0 at membus?
|
|
|
|
|
1996-04-04 10:36:03 +04:00
|
|
|
scsibus0 at ncr0
|
1995-08-25 11:58:21 +04:00
|
|
|
|
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
|
|
|
|
|
|
scn0 at membus?
|
|
|
|
scn1 at membus?
|
|
|
|
scn2 at membus?
|
|
|
|
scn3 at membus?
|
|
|
|
|
|
|
|
lpt0 at membus? addr 0xffc80030 irq 7
|
|
|
|
lpt1 at membus? addr 0xffc80034 irq 6
|
|
|
|
|
|
|
|
pseudo-device pty 16 # pseudo-terminals
|
|
|
|
pseudo-device loop 1 # loopback network
|
|
|
|
pseudo-device vnd 2 # vnode devices
|
|
|
|
#pseudo-device bpfilter 4 # packet filter
|
1996-01-26 08:12:58 +03:00
|
|
|
pseudo-device sl 1 # compressed SLIP
|
1995-08-25 11:58:21 +04:00
|
|
|
#pseudo-device ppp 1 # Point-to-Point Protocol
|
1995-09-26 23:15:57 +03:00
|
|
|
#pseudo-device tun 1 # ip tunneling
|