RAMDISK revision 1.5
11.1Such#
21.1Such# kernel config file for memory(RAM) disk
31.1Such#
41.5Sjym# 	$NetBSD: RAMDISK,v 1.5 2009/02/06 18:50:27 jym Exp $
51.1Such#
61.1Such
71.3Suchinclude "arch/hpcsh/conf/GENERIC"
81.1Such
91.1Such# disk/mass storage pseudo-devices
101.1Suchpseudo-device	md		1	# memory disk device (ramdisk)
111.1Such
121.1Such# Enable the hooks used for initializing the root memory-disk.
131.1Suchoptions 	MEMORY_DISK_HOOKS
141.1Suchoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
151.1Suchoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
161.4Such#options 	MEMORY_DISK_DYNAMIC	# fs image don't exist in data section.
171.4Suchoptions 	MEMORY_DISK_ROOT_SIZE=8192	# size of memory disk, in blocks
181.5Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
191.5Sjym
20