RAMDISK revision 1.4
11.4Sjym# $NetBSD: RAMDISK,v 1.4 2009/02/06 18:50:28 jym Exp $ 21.1Swdk# 31.1Swdk# Install kernel with ramdisk added. 41.1Swdk# 51.1Swdk 61.1Swdk# Pull in standard `install' config 71.1Swdkinclude "arch/mipsco/conf/INSTALL" 81.1Swdk 91.1Swdk# Enable the hooks used for initializing the root memory-disk. 101.1Swdkoptions MEMORY_DISK_HOOKS 111.1Swdkoptions MEMORY_DISK_IS_ROOT # force root on memory disk 121.1Swdkoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 131.3Slukemoptions MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks (3MB) 141.4Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 151.4Sjym 161.1Swdk 171.1Swdk# File systems: need MFS 181.1Swdkfile-system MFS # memory file system 191.1Swdk 201.1Swdk# Extra Pseudo-Devices 211.1Swdk 221.1Swdk# disk/mass storage pseudo-devices 231.1Swdkpseudo-device md 1 # memory disk device (ramdisk) 24