11.18Sthorpej# $NetBSD: RAMDISK,v 1.18 2020/09/19 03:27:42 thorpej Exp $
21.1Scgd#
31.11Scgd# Generic Alpha kernel with built-in RAM disk image.
41.1Scgd
51.11Scgdinclude	"arch/alpha/conf/GENERIC"
61.1Scgd
71.18Sthorpejno options 	MULTIPROCESSOR		# disable MP to save space
81.18Sthorpej
91.1Scgd# Enable the hooks used for initializing the ram-disk.
101.14Scgdoptions 	MEMORY_DISK_HOOKS
111.14Scgdoptions 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
121.16Slukemoptions 	MEMORY_DISK_ROOT_SIZE=8192	# 4 Megabytes!
131.17Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
14