RAMDISK revision 1.4
11.4Sscw# $NetBSD: RAMDISK,v 1.4 2000/11/24 19:40:15 scw Exp $ 21.1Sscw 31.1Sscw# 41.1Sscw# RAMDISK: Root/swap on ramdisk 51.1Sscw# This kernel is used to initially bootstrap 61.1Sscw# a NetBSD/mvme68k installation, and install 71.1Sscw# the miniroot in a swap partition. 81.1Sscw# 91.1Sscw 101.3Sscwinclude "arch/mvme68k/conf/GENERIC" 111.1Sscw 121.1Sscw# Enable the hooks used for initializing the ram-disk. 131.1Sscwoptions MEMORY_DISK_HOOKS 141.1Sscwoptions MEMORY_DISK_IS_ROOT 151.4Sscwoptions MINIROOTSIZE=1024 161.1Sscw 171.2Sscw# Include one instance of the memory driver 181.2Sscwpseudo-device md 1 19