RAMDISK revision 1.20
11.1Stakemura#
21.9Sshin# kernel config file for memory(RAM) disk
31.1Stakemura#
41.20Sjym# 	$NetBSD: RAMDISK,v 1.20 2009/02/06 18:50:27 jym Exp $
51.1Stakemura#
61.1Stakemura
71.9Sshininclude		"arch/hpcmips/conf/GENERIC"
81.17Sshin
91.17Sshinoptions 	KLOADER_KERNEL_PATH="\"/mnt/netbsd\""
101.1Stakemura
111.1Stakemurapseudo-device	md		1	# memory disk
121.19Scubepseudo-device	sl			# Serial Line IP
131.10Sshin
141.10Sshin# Enable the hooks used for initializing the root memory-disk.
151.10Sshinoptions 	MEMORY_DISK_HOOKS
161.10Sshinoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
171.10Sshinoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
181.18Sheoptions 	MEMORY_DISK_ROOT_SIZE=8704	# size of memory disk, in blocks
191.20Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
20