RAMDISK revision 1.5
11.5Slukem# 	$NetBSD: RAMDISK,v 1.5 2002/04/02 05:30:47 lukem 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.5Slukemoptions 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks (3MB)
171.5Slukem#options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
181.1Sjonathan
191.1Sjonathan# File systems: need MFS
201.1Sjonathanfile-system 	MFS		# memory file system
211.1Sjonathan
221.1Sjonathan# Extra Pseudo-Devices
231.1Sjonathan
241.1Sjonathan# disk/mass storage pseudo-devices
251.1Sjonathanpseudo-device	md		1	# memory disk device (ramdisk)
26