RAMDISK revision 1.20
11.20Schristos# $NetBSD: RAMDISK,v 1.20 2024/11/27 17:05:51 christos 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.19Sandvar# so keep it otherwise 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.20Schristosoptions MEMORY_DISK_ROOT_SIZE=9400 # size of memory disk, in blocks (4700kB) 171.5Slukem#options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy 181.11Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 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.12Shannkenpseudo-device md # memory disk device (ramdisk) 27