RAMDISK revision 1.10
11.10She# $NetBSD: RAMDISK,v 1.10 2009/01/18 12:51:25 he Exp $ 21.1Sjonathan# 31.1Sjonathan# Install kernel with ramdisk added. 41.1Sjonathan# The ramdisk is be too big to netboot directly via ECOFF on some machines, 51.2Ssimonb# so keep it otherise identical to INSTALL. 61.1Sjonathan# 71.1Sjonathan 81.1Sjonathan# Pull in standard `install' config 91.1Sjonathaninclude "arch/pmax/conf/INSTALL" 101.1Sjonathan 111.1Sjonathan 121.1Sjonathan# Enable the hooks used for initializing the root memory-disk. 131.1Sjonathanoptions MEMORY_DISK_HOOKS 141.1Sjonathanoptions MEMORY_DISK_IS_ROOT # force root on memory disk 151.1Sjonathanoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 161.10Sheoptions MEMORY_DISK_ROOT_SIZE=6800 # size of memory disk, in blocks (3400kB) 171.5Slukem#options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy 181.1Sjonathan 191.1Sjonathan# File systems: need MFS 201.1Sjonathanfile-system MFS # memory file system 211.1Sjonathan 221.1Sjonathan# Extra Pseudo-Devices 231.1Sjonathan 241.1Sjonathan# disk/mass storage pseudo-devices 251.1Sjonathanpseudo-device md 1 # memory disk device (ramdisk) 26