1998-06-26 05:53:43 +04:00
|
|
|
# $NetBSD: STEELHEAD,v 1.24 1998/06/26 01:54:06 lukem Exp $
|
1994-05-03 11:26:59 +04:00
|
|
|
#
|
1994-12-22 06:23:20 +03:00
|
|
|
# STEELHEAD: Phil Nelson's pc532
|
1994-05-03 11:26:59 +04:00
|
|
|
#
|
1996-12-23 11:36:40 +03:00
|
|
|
|
|
|
|
include "arch/pc532/conf/std.pc532"
|
1994-12-22 06:23:20 +03:00
|
|
|
|
|
|
|
maxusers 10 # estimated number of users
|
1997-11-17 04:57:23 +03:00
|
|
|
#options DDB # kernel debugger; not working
|
|
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
|
|
#options DIAGNOSTIC # internal consistency checking
|
1994-12-22 06:23:20 +03:00
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
#options ACCOUNTING # process accounting
|
|
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
1998-03-20 22:15:18 +03:00
|
|
|
options SYSVSHM # System V shared memory
|
1997-11-17 04:57:23 +03:00
|
|
|
#options "SHMMAXPGS=1024"
|
|
|
|
#options LKM # loadable kernel modules
|
1994-12-22 06:23:20 +03:00
|
|
|
|
|
|
|
# compatibility options
|
1997-11-17 04:57:23 +03:00
|
|
|
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
|
1996-08-27 03:39:36 +04:00
|
|
|
options COMPAT_11
|
|
|
|
options COMPAT_12
|
1994-12-22 06:23:20 +03:00
|
|
|
|
|
|
|
# file system options
|
1997-01-31 04:57:08 +03:00
|
|
|
file-system FFS # Berkeley fast file system
|
|
|
|
#file-system MFS # memory file system; uses RAM and swap
|
|
|
|
file-system NFS # Network File System client
|
1997-06-01 22:15:12 +04:00
|
|
|
file-system ISOFS # ISO 9660 CD-ROM file system, with RR
|
1997-07-29 22:36:19 +04:00
|
|
|
file-system CD9660 # ISO 9660 CD-ROM file system, with RR
|
1997-01-31 04:57:08 +03:00
|
|
|
#file-system MSDOSFS # MS-DOS FAT file system
|
|
|
|
file-system FDESC # /dev/fd
|
|
|
|
file-system KERNFS # kernel file system; recommended
|
|
|
|
|
1997-11-17 04:57:23 +03:00
|
|
|
#options QUOTA # file system quotas
|
|
|
|
options NFSSERVER # Network File System server
|
|
|
|
#options FASTLINKS # fast symbolic links in FFS
|
1994-12-22 06:23:20 +03:00
|
|
|
|
|
|
|
# networking options
|
1997-11-17 04:57:23 +03:00
|
|
|
options GATEWAY # packet forwarding
|
|
|
|
options INET # IP
|
|
|
|
#options NS # XNS
|
|
|
|
#options CCITT # X.25
|
|
|
|
#options ISO # OSI
|
|
|
|
#options TPIP # ?
|
|
|
|
#options EON # ?
|
1994-12-22 06:23:20 +03:00
|
|
|
|
|
|
|
# pc532 specific options
|
1997-11-17 04:57:23 +03:00
|
|
|
options "CONSOLE_SPEED=B19200" # 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"
|
1994-05-03 11:26:59 +04:00
|
|
|
|
1997-06-12 22:41:58 +04:00
|
|
|
config netbsd root on sd0 type ffs
|
1994-05-03 11:26:59 +04:00
|
|
|
|
1997-06-01 22:15:12 +04:00
|
|
|
ncr0 at mainbus0 flags 0x2000
|
|
|
|
|
1994-12-22 06:23:20 +03:00
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
1996-03-12 02:09:09 +03:00
|
|
|
cd* at scsibus? target ? lun ? # SCSI cd-rom
|
1994-12-22 06:23:20 +03:00
|
|
|
|
|
|
|
pseudo-device pty 16 # pseudo-terminals
|
|
|
|
pseudo-device loop 1 # loopback network
|
|
|
|
pseudo-device bpfilter 4 # packet filter
|
1996-01-25 22:36:36 +03:00
|
|
|
pseudo-device sl 3 # compressed SLIP
|
|
|
|
pseudo-device ppp 2 # Point-to-Point Protocol
|
1995-01-25 08:34:51 +03:00
|
|
|
pseudo-device vnd 4 # Vnode devices
|
1994-12-22 06:23:20 +03:00
|
|
|
#pseudo-device ether #
|