75 lines
2.6 KiB
Plaintext
75 lines
2.6 KiB
Plaintext
|
# $NetBSD: BULLBOX,v 1.1 1999/01/06 02:30:58 jonb Exp $
|
||
|
#
|
||
|
# DEFAULT: default install kernel
|
||
|
#
|
||
|
|
||
|
include "arch/pc532/conf/std.pc532"
|
||
|
|
||
|
maxusers 8 # estimated number of users
|
||
|
|
||
|
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
|
||
|
|
||
|
options SYSVMSG # System V message queues
|
||
|
options SYSVSEM # System V semaphores
|
||
|
options SYSVSHM # System V shared memory
|
||
|
options SHMMAXPGS=1024
|
||
|
|
||
|
# compatibility options
|
||
|
options COMPAT_12 # NetBSD 1.2,
|
||
|
options COMPAT_13 # NetBSD 1.3,
|
||
|
options COMPAT_43 # and 4.3BSD
|
||
|
#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
||
|
|
||
|
# 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
|
||
|
file-system FDESC # /dev/fd
|
||
|
file-system KERNFS # kernel file system; recommended
|
||
|
file-system PROCFS # proc file system
|
||
|
|
||
|
options SETUIDSCRIPTS
|
||
|
options NFSSERVER # Network File System server
|
||
|
#options QUOTA # file system quotas
|
||
|
|
||
|
# networking options
|
||
|
options GATEWAY # packet forwarding
|
||
|
options INET # IP + ICMP + TCP + UDP
|
||
|
options PPP_BSDCOMP,PPP_DEFLATE # compression for PPP
|
||
|
|
||
|
# pc532 specific options
|
||
|
options NS381 # FPU installed
|
||
|
#options CPU33MHZ # necessary for really fast machines
|
||
|
#options CONSOLE_SPEED=B9600 # default console baud rate
|
||
|
#options SCNDEF_CFLAG="CREAD+CS8+HUPCL"
|
||
|
|
||
|
config netbsd root on ? type ?
|
||
|
|
||
|
sd0 at scsibus0 target 0 lun ? # SCSI disks
|
||
|
sd1 at scsibus0 target 1 lun ? # SCSI disks
|
||
|
sd* at scsibus? target ? lun ? # SCSI disks
|
||
|
st* at scsibus? target ? lun ? # SCSI tapes
|
||
|
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
||
|
se* at scsibus0 target ? lun ? # Cabletron EA412/EA419
|
||
|
uk* at scsibus? target ? lun ? # All the things we don't know
|
||
|
|
||
|
pseudo-device pty 16 # pseudo-terminals
|
||
|
pseudo-device loop 1 # loopback network
|
||
|
pseudo-device vnd 2 # vnode devices
|
||
|
pseudo-device bpfilter 4 # packet filter
|
||
|
pseudo-device ipfilter
|
||
|
pseudo-device sl 1 # compressed SLIP
|
||
|
pseudo-device ppp 4 # Point-to-Point Protocol
|
||
|
pseudo-device tun 1 # network tunneling
|
||
|
pseudo-device ccd 4 # Concatenated Disk Driver
|
||
|
pseudo-device rnd # kernel random number generator
|