RAMDISK64 revision 1.3
11.3Shannken# 	$NetBSD: RAMDISK64,v 1.3 2010/11/23 11:14:04 hannken 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.2Smatt# so keep it otherise 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.2Smattoptions 	MEMORY_DISK_ROOT_SIZE=6600	# size of memory disk, in blocks (3300kB)
171.2Smatt#options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
181.2Smatt
191.2Smatt# File systems: need MFS
201.2Smattfile-system 	MFS		# memory file system
211.2Smatt
221.2Smatt# Extra Pseudo-Devices
231.2Smatt
241.2Smatt# disk/mass storage pseudo-devices
251.3Shannkenpseudo-device	md			# memory disk device (ramdisk)
26