RAMDISK revision 1.2
11.2Schristos# 	$NetBSD: RAMDISK,v 1.2 2013/04/27 22:21:13 christos Exp $
21.1Spooka#
31.1Spooka# Install kernel with ramdisk added.
41.1Spooka# The ramdisk is be too big to netboot directly via ECOFF on some machines,
51.1Spooka# so keep it otherise identical to INSTALL.
61.1Spooka#
71.1Spooka
81.1Spooka# Pull in standard `install' config
91.1Spookainclude	"arch/emips/conf/INSTALL"
101.1Spooka
111.1Spookaoptions DDB
121.1Spooka
131.1Spooka# Enable the hooks used for initializing the root memory-disk.
141.1Spookaoptions 	MEMORY_DISK_HOOKS
151.1Spookaoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
161.1Spookaoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
171.1Spookaoptions 	MEMORY_DISK_ROOT_SIZE=7000	# size of memory disk, in blocks (3500kB)
181.1Spooka#options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
191.1Spooka
201.1Spooka# File systems: need MFS
211.1Spookafile-system 	MFS		# memory file system
221.1Spooka
231.1Spooka# Extra Pseudo-Devices
241.1Spooka
251.1Spooka# disk/mass storage pseudo-devices
261.2Schristospseudo-device	md			# memory disk device (ramdisk)
27