RAMDISK revision 1.7
1# $NetBSD: RAMDISK,v 1.7 2025/04/17 20:02:02 christos Exp $ 2# 3# Install kernel with ramdisk added. 4# 5 6# Pull in standard `install' config 7include "arch/mipsco/conf/INSTALL" 8 9# Enable the hooks used for initializing the root memory-disk. 10options MEMORY_DISK_HOOKS 11options MEMORY_DISK_IS_ROOT # force root on memory disk 12options MEMORY_DISK_SERVER=0 # no userspace memory disk support 13options MEMORY_DISK_ROOT_SIZE=7000 # size of memory disk, in blocks (3500KB) 14options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 15 16 17# File systems: need MFS 18file-system MFS # memory file system 19 20# Extra Pseudo-Devices 21 22# disk/mass storage pseudo-devices 23pseudo-device md # memory disk device (ramdisk) 24