RAMDISK revision 1.14
11.1Stakemura#
21.9Sshin# kernel config file for memory(RAM) disk
31.1Stakemura#
41.13Sshin# 	$NetBSD: RAMDISK,v 1.14 2001/04/22 02:06:34 shin Exp $
51.1Stakemura#
61.1Stakemura
71.9Sshininclude		"arch/hpcmips/conf/GENERIC"
81.1Stakemura
91.1Stakemurapseudo-device	md		1	# memory disk
101.14Sshinpseudo-device	sl		2	# Serial Line IP
111.10Sshin
121.10Sshin# Enable the hooks used for initializing the root memory-disk.
131.10Sshinoptions 	MEMORY_DISK_HOOKS
141.10Sshinoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
151.10Sshinoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
161.13Sshinoptions 	MINIROOTSIZE=8192	# size of memory disk, in blocks
17