# for big endian
include "arch/evbsh3/conf/std.evbsh3.eb"
# for little endian
#include "arch/evbsh3/conf/std.evbsh3.el"
include "arch/evbsh3/conf/std.kzsh401"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_ROOT_SIZE=2880 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options HZ=64 # clock interrupt generates every 1/HZ sec
options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# Executable format options
options EXEC_COFF # COFF executables
# File systems
file-system FFS # UFS
options FFS_NO_SNAPSHOT # No FFS snapshot support
#options UFS_DIRHASH # UFS Large Directory Hashing
#options UFS_EXTATTR # Extended attribute support for UFS1
options WAPBL # File system journaling support
config netbsd root on ? type ?
#
# Device configuration
#
mainbus0 at root
shb* at mainbus?
rtc0 at shb?
options SCIFCN_SPEED=19200
scif0 at shb?
pseudo-device pty # pseudo-terminals
pseudo-device md # memory disk device (ramdisk)
pseudo-device clockctl # user control of clock subsystem