#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-Os -mmemcpy" # Optimise for space. Implies -O2
maxusers 8
options MIPS1 # R2000/R3000 support
# Standard system options
options HZ=25
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Debugging options
#options DDB # kernel dynamic debugger
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # extra kernel debugging support
#options DIAGNOSTIC # extra kernel sanity checking
#options SCSIVERBOSE # Verbose SCSI errors
# Filesystem options
file-system FFS # Berkeley Fast Filesystem
file-system NFS # Sun NFS-compatible filesystem client
file-system KERNFS # kernel data-structure filesystem
file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system PTYFS # /dev/pts/N support
# Options for saving space in install kernels
options NFS_V2_ONLY # Exclude NFS3 and NQNFS
options FFS_NO_SNAPSHOT # No FFS snapshot support
options WAPBL # File system journaling support
# Networking options
options INET # Internet protocols
options NFS_BOOT_DHCP # superset of BOOTP
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
config netbsd root on ? type ?
mainbus0 at root
cpu0 at mainbus0
obio0 at mainbus0
mkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock