1996-10-23 11:49:49 +04:00
|
|
|
# $NetBSD: DEFAULT,v 1.6 1996/10/23 07:49:49 matthias 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.
|
|
|
|
#
|
|
|
|
|
|
|
|
machine pc532
|
|
|
|
|
|
|
|
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
|
|
|
|
#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
|
|
|
|
|
1996-10-23 11:49:49 +04:00
|
|
|
options EXEC_SCRIPT # #! scripts
|
|
|
|
options EXEC_AOUT # a.out executables (native, BSD/OS, Linux, FreeBSD)
|
|
|
|
|
1995-09-26 23:15:57 +03: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
|
|
|
|
options FDESC # /dev/fd
|
|
|
|
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
|
1996-10-23 11:49:49 +04:00
|
|
|
options PPP_BSDCOMP,PPP_DEFLATE # compression for PPP
|
1995-09-26 23:15:57 +03:00
|
|
|
|
|
|
|
# pc532 specific options
|
1996-10-23 11:49:49 +04:00
|
|
|
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 swap generic
|
|
|
|
options GENERIC
|
|
|
|
|
|
|
|
membus0 at root
|
|
|
|
|
1996-06-26 08:31:33 +04:00
|
|
|
ncr0 at membus?
|
1995-09-26 23:15:57 +03:00
|
|
|
|
1996-10-23 11:49:49 +04:00
|
|
|
scsibus0 at ncr0
|
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
|
|
|
|
|
|
|
|
scn0 at membus?
|
|
|
|
scn1 at membus?
|
|
|
|
scn2 at membus?
|
|
|
|
scn3 at membus?
|
|
|
|
scn4 at membus?
|
|
|
|
scn5 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
|
|
|
|
pseudo-device sl 1 # compressed SLIP
|
|
|
|
pseudo-device ppp 1 # Point-to-Point Protocol
|
|
|
|
pseudo-device tun 1 # network tunneling
|