80 lines
2.8 KiB
Plaintext
80 lines
2.8 KiB
Plaintext
# $NetBSD: GENERIC,v 1.13 2000/07/27 17:53:38 mason Exp $
|
|
#
|
|
# GENERIC: generic kernel for most machines
|
|
#
|
|
|
|
include "arch/pc532/conf/std.pc532"
|
|
|
|
#ident "GENERIC-$Revision: 1.13 $"
|
|
|
|
maxusers 8 # estimated number of users
|
|
|
|
#options DDB # kernel debugger; recommended
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
#options DIAGNOSTIC # internal consistency checking
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
#options ACCOUNTING # process accounting
|
|
#options SYSVMSG # System V message queues
|
|
#options SYSVSEM # System V semaphores
|
|
#options SYSVSHM # System V shared memory
|
|
#options SHMMAXPGS=1024
|
|
options LKM # loadable kernel modules
|
|
options PFIL_HOOKS # pfil(9) packet filter hooks
|
|
|
|
# compatibility options
|
|
options COMPAT_11 # NetBSD 1.1,
|
|
options COMPAT_12 # NetBSD 1.2,
|
|
options COMPAT_13 # NetBSD 1.3,
|
|
options COMPAT_14 # NetBSD 1.4,
|
|
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 OVERLAY # overlay file system
|
|
file-system UNION # union file system
|
|
file-system NFS # Network File System client
|
|
|
|
options NFSSERVER # Network File System server
|
|
#options QUOTA # file system quotas
|
|
#options FFS_EI # FFS Endian Independant support
|
|
options SOFTDEP # FFS soft updates support.
|
|
|
|
# networking options
|
|
#options GATEWAY # packet forwarding
|
|
options INET # IP + ICMP + TCP + UDP
|
|
options INET6 # IPV6
|
|
options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing
|
|
#options IPSEC # IP security
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
#options IPSEC_DEBUG # debug for IP security
|
|
options PPP_BSDCOMP,PPP_DEFLATE # compression for PPP
|
|
|
|
# pc532 specific options
|
|
options CPU30MHZ # necessary for fast machines
|
|
#options CONSOLE_SPEED=B9600 # default console baud rate
|
|
#options SCNDEF_CFLAG="CREAD|CS8|HUPCL" # and settings
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
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 64 # 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
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
|
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
|
pseudo-device ccd 4 # Concatenated Disk Driver
|
|
pseudo-device rnd # kernel random number generator
|