2002-06-17 09:14:02 +04:00
|
|
|
# $NetBSD: BULLBOX,v 1.13 2002/06/17 05:14:20 lukem Exp $
|
1999-01-06 05:30:58 +03:00
|
|
|
#
|
1999-01-10 06:46:27 +03:00
|
|
|
# BULLBOX: Kernel for Jon Buller's machine
|
1999-01-06 05:30:58 +03:00
|
|
|
#
|
|
|
|
|
|
|
|
include "arch/pc532/conf/std.pc532"
|
|
|
|
|
2002-04-25 19:06:20 +04:00
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
|
1999-01-06 05:30:58 +03:00
|
|
|
maxusers 8 # estimated number of users
|
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
options DDB # kernel debugger; recommended
|
|
|
|
#options DIAGNOSTIC # internal consistency checking
|
|
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
options SCSIVERBOSE # readable SCSI error messages
|
|
|
|
options ACCOUNTING # process accounting
|
|
|
|
options LKM # loadable kernel modules
|
|
|
|
options PFIL_HOOKS # pfil(9) packet filter hooks
|
2002-04-12 12:10:45 +04:00
|
|
|
#options USERCONF # userconf(4) support
|
2002-01-27 16:23:08 +03:00
|
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
1999-01-06 05:30:58 +03:00
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
options SYSVMSG # System V message queues
|
|
|
|
options SYSVSEM # System V semaphores
|
|
|
|
options SYSVSHM # System V shared memory
|
|
|
|
options SHMMAXPGS=1024
|
1999-01-06 05:30:58 +03:00
|
|
|
|
|
|
|
# compatibility options
|
2001-07-08 20:32:12 +04:00
|
|
|
#options COMPAT_12 # NetBSD 1.2,
|
2001-11-20 15:56:17 +03:00
|
|
|
options COMPAT_13 # NetBSD 1.3,
|
|
|
|
options COMPAT_14 # NetBSD 1.4,
|
2001-07-08 20:32:12 +04:00
|
|
|
options COMPAT_43 # and 4.3BSD
|
|
|
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
1999-01-06 05:30:58 +03:00
|
|
|
|
|
|
|
# file system options
|
|
|
|
file-system FFS # Berkeley fast file system
|
|
|
|
file-system NULLFS # loopback file system
|
|
|
|
file-system UNION # union file system
|
|
|
|
file-system MFS # Network File System client
|
|
|
|
file-system NFS # Network File System client
|
|
|
|
file-system CD9660 # CD-ROM file system
|
2001-11-20 15:56:17 +03:00
|
|
|
file-system FDESC # /dev/fd
|
|
|
|
file-system KERNFS # kernel file system; recommended
|
|
|
|
file-system PROCFS # proc file system
|
1999-01-06 05:30:58 +03:00
|
|
|
|
2001-11-20 15:56:17 +03:00
|
|
|
options SETUIDSCRIPTS
|
|
|
|
options NFSSERVER # Network File System server
|
|
|
|
#options QUOTA # file system quotas
|
|
|
|
options SOFTDEP # FFS soft updates support.
|
1999-12-08 07:46:40 +03:00
|
|
|
|
1999-01-06 05:30:58 +03:00
|
|
|
# networking options
|
2001-11-20 15:56:17 +03:00
|
|
|
options GATEWAY # packet forwarding
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
|
|
|
options INET6 # IPV6
|
|
|
|
options IPSEC # IP security
|
|
|
|
options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
|
|
#options IPSEC_DEBUG # debug for IP security
|
|
|
|
options PPP_BSDCOMP # compression for PPP
|
|
|
|
options PPP_DEFLATE # more compression for PPP
|
2001-07-08 20:32:12 +04:00
|
|
|
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
1999-01-06 05:30:58 +03:00
|
|
|
|
|
|
|
# pc532 specific options
|
2001-11-20 15:56:17 +03:00
|
|
|
options NS381 # FPU installed
|
|
|
|
#options CPU33MHZ # I want a really fast machine 8-)
|
1999-01-06 05:30:58 +03:00
|
|
|
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
|
1999-12-08 07:46:40 +03:00
|
|
|
sd0 at scsibus0 target 0 lun ? # Seagate ST15230W
|
|
|
|
sd1 at scsibus0 target 1 lun ? # Micropolis 2210
|
|
|
|
st0 at scsibus? target ? lun ? # Archive Viper 150
|
|
|
|
|
1999-01-06 05:30:58 +03:00
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
1999-12-08 07:46:40 +03:00
|
|
|
ss* at scsibus? target ? lun ? # SCSI scanners
|
|
|
|
se* at scsibus0 target ? lun ? # SCSI ethernet
|
1999-01-06 05:30:58 +03:00
|
|
|
uk* at scsibus? target ? lun ? # All the things we don't know
|
|
|
|
|
2000-09-24 19:59:26 +04:00
|
|
|
pseudo-device pty # pseudo-terminals
|
1999-12-08 07:46:40 +03:00
|
|
|
pseudo-device loop 1 # loopback network
|
|
|
|
pseudo-device vnd 2 # vnode devices
|
|
|
|
pseudo-device bpfilter 4 # packet filter
|
1999-01-06 05:30:58 +03:00
|
|
|
pseudo-device ipfilter
|
1999-12-08 07:46:40 +03:00
|
|
|
pseudo-device ppp 4 # Point-to-Point Protocol
|
|
|
|
pseudo-device tun 1 # network tunneling
|
1999-01-06 05:30:58 +03:00
|
|
|
pseudo-device rnd # kernel random number generator
|
1999-12-08 07:46:40 +03:00
|
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
|
|
pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
2002-06-17 09:14:02 +04:00
|
|
|
pseudo-device clockctl # user control of clock subsystem
|