RAMDISK revision 1.7
11.7Schristos# 	$NetBSD: RAMDISK,v 1.7 2025/04/17 20:02:02 christos Exp $
21.1Swdk#
31.1Swdk# Install kernel with ramdisk added.
41.1Swdk#
51.1Swdk
61.1Swdk# Pull in standard `install' config
71.1Swdkinclude	"arch/mipsco/conf/INSTALL"
81.1Swdk
91.1Swdk# Enable the hooks used for initializing the root memory-disk.
101.1Swdkoptions 	MEMORY_DISK_HOOKS
111.1Swdkoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
121.1Swdkoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
131.7Schristosoptions 	MEMORY_DISK_ROOT_SIZE=7000	# size of memory disk, in blocks (3500KB)
141.4Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
151.4Sjym
161.1Swdk
171.1Swdk# File systems: need MFS
181.1Swdkfile-system 	MFS		# memory file system
191.1Swdk
201.1Swdk# Extra Pseudo-Devices
211.1Swdk
221.1Swdk# disk/mass storage pseudo-devices
231.5Shannkenpseudo-device	md			# memory disk device (ramdisk)
24