84 lines
2.8 KiB
Plaintext
84 lines
2.8 KiB
Plaintext
# $NetBSD: STEELHEAD,v 1.48 2006/09/27 21:42:06 manu Exp $
|
|
#
|
|
# STEELHEAD: Phil Nelson's pc532
|
|
#
|
|
|
|
include "arch/pc532/conf/std.pc532"
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
maxusers 10 # estimated number of users
|
|
#options DDB # kernel debugger; not working
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
#options DIAGNOSTIC # internal consistency checking
|
|
|
|
#options ACCOUNTING # process accounting
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
options SYSVSHM # System V shared memory
|
|
#options SHMMAXPGS=1024
|
|
#options LKM # loadable kernel modules
|
|
options USERCONF # userconf(4) support
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
# compatibility options
|
|
options COMPAT_43 # 4.3 system calls
|
|
options COMPAT_09 # NetBSD-0.9
|
|
options COMPAT_10 # NetBSD-1.0
|
|
options COMPAT_11
|
|
options COMPAT_12
|
|
options COMPAT_13
|
|
options COMPAT_14
|
|
options COMPAT_15
|
|
options COMPAT_16
|
|
options COMPAT_20
|
|
options COMPAT_30 # NetBSD 3.0 compatibility.
|
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
|
|
# file system options
|
|
file-system FFS # Berkeley fast file system
|
|
#file-system MFS # memory file system; uses RAM and swap
|
|
file-system NFS # Network File System client
|
|
file-system CD9660 # ISO 9660 CD-ROM file system, with RR
|
|
#file-system MSDOSFS # MS-DOS FAT file system
|
|
file-system FDESC # /dev/fd
|
|
file-system KERNFS # kernel file system; recommended
|
|
file-system PTYFS # /dev/pts/N support
|
|
|
|
#options QUOTA # file system quotas
|
|
options NFSSERVER # Network File System server
|
|
#options FASTLINKS # fast symbolic links in FFS
|
|
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
|
|
# networking options
|
|
options GATEWAY # packet forwarding
|
|
options INET # IP
|
|
#options ISO # OSI
|
|
#options TPIP # ?
|
|
#options EON # ?
|
|
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
|
|
|
# pc532 specific options
|
|
options CONSOLE_SPEED="B19200" # default baud on the console (tty00)
|
|
#options RAMD_SIZE=1536000 # Size of the "boot strap ram disk"
|
|
#options RAMD_ADR=0x400000 # Adr of the "boot strap ram disk"
|
|
|
|
config netbsd root on sd0 type ffs
|
|
|
|
ncr0 at mainbus0 flags 0x2000
|
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
st* at scsibus? target ? lun ? # SCSI tapes
|
|
cd* at scsibus? target ? lun ? # SCSI cd-rom
|
|
|
|
pseudo-device pty # pseudo-terminals
|
|
pseudo-device loop 1 # loopback network
|
|
pseudo-device bpfilter # packet filter
|
|
pseudo-device sl # compressed SLIP
|
|
pseudo-device ppp # Point-to-Point Protocol
|
|
pseudo-device vnd # Vnode devices
|
|
#pseudo-device fss 4 # file system snapshot device
|
|
#pseudo-device ether #
|
|
pseudo-device clockctl # user control of clock subsystem
|