RAMDISK revision 1.12
11.12Shannken# 	$NetBSD: RAMDISK,v 1.12 2010/11/23 11:14:04 hannken Exp $
21.1Sjonathan#
31.1Sjonathan# Install kernel with ramdisk added.
41.1Sjonathan# The ramdisk is be too big to netboot directly via ECOFF on some machines,
51.2Ssimonb# so keep it otherise identical to INSTALL.
61.1Sjonathan#
71.1Sjonathan
81.1Sjonathan# Pull in standard `install' config
91.1Sjonathaninclude	"arch/pmax/conf/INSTALL"
101.1Sjonathan
111.1Sjonathan
121.1Sjonathan# Enable the hooks used for initializing the root memory-disk.
131.1Sjonathanoptions 	MEMORY_DISK_HOOKS
141.1Sjonathanoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
151.1Sjonathanoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
161.10Sheoptions 	MEMORY_DISK_ROOT_SIZE=6800	# size of memory disk, in blocks (3400kB)
171.5Slukem#options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
181.11Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
191.1Sjonathan
201.1Sjonathan# File systems: need MFS
211.1Sjonathanfile-system 	MFS		# memory file system
221.1Sjonathan
231.1Sjonathan# Extra Pseudo-Devices
241.1Sjonathan
251.1Sjonathan# disk/mass storage pseudo-devices
261.12Shannkenpseudo-device	md			# memory disk device (ramdisk)
27