NetBSD/sys/arch/pc532/conf/DEFAULT

79 lines
2.6 KiB
Plaintext
Raw Normal View History

# $NetBSD: DEFAULT,v 1.9 1997/01/31 01:57:08 thorpej Exp $
1995-09-26 23:15:57 +03:00
#
# DEFAULT: default install kernel
# Only has scn0-5 are configured.
# Instead of scn6/7 the lpt0/1 devices get into the kernel.
#
include "arch/pc532/conf/std.pc532"
1995-09-26 23:15:57 +03:00
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 ACCOUNTING # process accounting
options FIFO # fifos; recommended
#options SYSVSHM # System V shared memory; broken
#options SHMMAXPGS=1024
#options LKM # loadable kernel modules
# compatibility options
#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
1995-09-26 23:15:57 +03:00
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 LFS # log-structered file system
file-system MFS # memory file system; uses RAM and swap
file-system MSDOSFS # MS-DOS file system
file-system CD9660 # ISO 9660 CD-ROM file system, with RR
file-system NULLFS # loopback file system
#file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
#file-system PORTAL # /portal
file-system FDESC # /dev/fd
file-system KERNFS # /kern
file-system PROCFS # /proc
file-system NFS # Network File System client
1995-09-26 23:15:57 +03:00
#options QUOTA # file system quotas
#options NFSSERVER # Network File System server
# 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
options PPP_BSDCOMP,PPP_DEFLATE # compression for PPP
1995-09-26 23:15:57 +03:00
# pc532 specific options
options CPU30MHZ # necessary for fast machines
options CONSOLE_SPEED=B9600 # default console baud rate
options SCNDEF_CFLAG="CREAD+CS8+HUPCL"
1995-09-26 23:15:57 +03:00
options PLIP # PLIP driver in dev/lpt.c
options DEV_RTC # RTC driver in pc532/mem.c
options NO_INLINE_SPLX # don't inline splx calls
config netbsd root on ? type ?
1995-09-26 23:15:57 +03:00
sd* at scsibus? target ? lun ? # SCSI disks
st* at scsibus? target ? lun ? # SCSI tapes
cd* at scsibus? target ? lun ? # SCSI CD-ROMs
uk* at scsibus? target ? lun ? # All the things we don't know
1995-09-26 23:15:57 +03:00
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 sl 1 # compressed SLIP
pseudo-device ppp 1 # Point-to-Point Protocol
pseudo-device tun 1 # network tunneling