1*afdfce8eShannken# $NetBSD: RAMDISK,v 1.5 2010/11/23 11:14:02 hannken Exp $ 277c68f1fSwdk# 377c68f1fSwdk# Install kernel with ramdisk added. 477c68f1fSwdk# 577c68f1fSwdk 677c68f1fSwdk# Pull in standard `install' config 777c68f1fSwdkinclude "arch/mipsco/conf/INSTALL" 877c68f1fSwdk 977c68f1fSwdk# Enable the hooks used for initializing the root memory-disk. 1077c68f1fSwdkoptions MEMORY_DISK_HOOKS 1177c68f1fSwdkoptions MEMORY_DISK_IS_ROOT # force root on memory disk 1277c68f1fSwdkoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 13d213d804Slukemoptions MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks (3MB) 1492ae85d1Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 1592ae85d1Sjym 1677c68f1fSwdk 1777c68f1fSwdk# File systems: need MFS 1877c68f1fSwdkfile-system MFS # memory file system 1977c68f1fSwdk 2077c68f1fSwdk# Extra Pseudo-Devices 2177c68f1fSwdk 2277c68f1fSwdk# disk/mass storage pseudo-devices 23*afdfce8eShannkenpseudo-device md # memory disk device (ramdisk) 24