#	$NetBSD: RAMDISK,v 1.33 2026/08/05 01:01:47 thorpej Exp $

#
# 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

# Boards this kernel supports
options 	MVME147
options 	MVME162
options 	MVME167
options 	MVME172
options 	MVME177

maxusers	2

include "arch/mvme68k/conf/std.minimal"

# Additional networking options
options 	INET6		# IPv6

# 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

pseudo-device	md	

## "generic" boot (put root on boot device)
config netbsd		root on ? type ?

mainbus0	at root

# MVME147 devices
include "arch/mvme68k/conf/std.mvme147"

# MVME16x and MVME17x common devices
include "arch/mvme68k/conf/std.mvme16x_17x"

# MVME162/MVME172 specific devices
include "arch/mvme68k/conf/std.mvme162_172"

# MVME167/MVME177 specific devices
include "arch/mvme68k/conf/std.mvme167_177"

sd*		at scsibus? target ? lun ?
st*		at scsibus? target ? lun ?
cd*		at scsibus? target ? lun ?
