RAMDISK64 revision 1.8
11.8Sandvar# 	$NetBSD: RAMDISK64,v 1.8 2021/08/01 15:29:29 andvar Exp $
21.2Smatt#
31.2Smatt# Install kernel with ramdisk added.
41.2Smatt# The ramdisk is be too big to netboot directly via ECOFF on some machines,
51.8Sandvar# so keep it otherwise identical to INSTALL.
61.2Smatt#
71.2Smatt
81.2Smatt# Pull in standard `install' config
91.2Smattinclude	"arch/pmax/conf/INSTALL64"
101.2Smatt
111.2Smatt
121.2Smatt# Enable the hooks used for initializing the root memory-disk.
131.2Smattoptions 	MEMORY_DISK_HOOKS
141.2Smattoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
151.2Smattoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
161.7Smrgoptions 	MEMORY_DISK_ROOT_SIZE=9000	# size of memory disk, in blocks (4500kB)
171.2Smatt
181.2Smatt# File systems: need MFS
191.2Smattfile-system 	MFS		# memory file system
201.2Smatt
211.2Smatt# Extra Pseudo-Devices
221.2Smatt
231.2Smatt# disk/mass storage pseudo-devices
241.3Shannkenpseudo-device	md			# memory disk device (ramdisk)
25