RAMDISK revision 1.19
11.1Stakemura# 21.9Sshin# kernel config file for memory(RAM) disk 31.1Stakemura# 41.19Scube# $NetBSD: RAMDISK,v 1.19 2006/02/05 05:01:50 cube 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 19