RAMDISK revision 1.2
11.2Ssimonb# $NetBSD: RAMDISK,v 1.2 1998/11/27 00:09:33 simonb 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.1Sjonathan#options MINIROOTSIZE=6144 # size of memory disk, in blocks (3MB) 171.1Sjonathanoptions MINIROOTSIZE=4096 # size of memory disk, in blocks (2MB) 181.1Sjonathan#options MINIROOTSIZE=2880 # 1.44M, same as a floppy 191.1Sjonathan 201.1Sjonathan# File systems: need MFS 211.1Sjonathanfile-system MFS # memory file system 221.1Sjonathan 231.1Sjonathan# Extra Pseudo-Devices 241.1Sjonathan 251.1Sjonathan# disk/mass storage pseudo-devices 261.1Sjonathanpseudo-device md 1 # memory disk device (ramdisk) 27