RAMDISK revision 1.18
11.1Stakemura#
21.9Sshin# kernel config file for memory(RAM) disk
31.1Stakemura#
41.18She# 	$NetBSD: RAMDISK,v 1.18 2003/04/10 15:01:53 he 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.14Sshinpseudo-device	sl		2	# 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
19