11.6Smartin# 	$NetBSD: RAMDISK,v 1.6 2025/03/11 15:06:13 martin 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.5Sandvar# so keep it otherwise 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.3Suebayasipseudo-device	ksyms
141.1Spooka# Enable the hooks used for initializing the root memory-disk.
151.1Spookaoptions 	MEMORY_DISK_HOOKS
161.1Spookaoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
171.1Spookaoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
181.6Smartinoptions 	MEMORY_DISK_ROOT_SIZE=7800	# size of memory disk, in blocks (3900kB)
191.1Spooka#options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
201.1Spooka
211.1Spooka# File systems: need MFS
221.1Spookafile-system 	MFS		# memory file system
231.1Spooka
241.1Spooka# Extra Pseudo-Devices
251.1Spooka
261.1Spooka# disk/mass storage pseudo-devices
271.2Schristospseudo-device	md			# memory disk device (ramdisk)
28