RAMDISK revision 1.1
11.1Sskrll# $NetBSD: RAMDISK,v 1.1 2014/02/24 07:23:42 skrll Exp $ 21.1Sskrll# 31.1Sskrll# RAMDISK machine description file 41.1Sskrll# 51.1Sskrll 61.1Sskrllinclude "arch/hppa/conf/GENERIC" 71.1Sskrll 81.1Sskrll# Enable the hooks used for initializing the root memory-disk. 91.1Sskrlloptions MEMORY_DISK_HOOKS 101.1Sskrlloptions MEMORY_DISK_IS_ROOT # force root on memory disk 111.1Sskrlloptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 121.1Sskrlloptions MEMORY_DISK_ROOT_SIZE=5000 # size of memory disk, in blocks 131.1Sskrlloptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 141.1Sskrll 15