#
# RAMDISK: Root/swap on ramdisk
# This kernel is used to initially bootstrap
# a NetBSD/mvme68k installation, and install
# the miniroot in a swap partition.
#
# It is not designed to be used in a production environment
# due to its cut-down nature.
#
include "arch/mvme68k/conf/std.mvme68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT
options MEMORY_DISK_ROOT_SIZE=2400
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
## "generic" boot (put root on boot device)
config netbsd root on ? type ?
# Which protocol to use when booting over NFS
options NFS_BOOT_DHCP # Diskless client w/ dhcp
options NFS_BOOT_BOOTP # Diskless client w/ bootp
options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd