xref: /netbsd-src/sys/arch/hppa/conf/RAMDISK (revision 04e9f53ab6d16a21e75d0f2d04e4dcb57edafe25)
1*04e9f53aSskrll# $NetBSD: RAMDISK,v 1.4 2022/01/13 08:25:24 skrll Exp $
26d3ceb1dSskrll#
36d3ceb1dSskrll# RAMDISK machine description file
46d3ceb1dSskrll#
56d3ceb1dSskrll
66d3ceb1dSskrllinclude 	"arch/hppa/conf/GENERIC"
76d3ceb1dSskrll
86d3ceb1dSskrll# Enable the hooks used for initializing the root memory-disk.
96d3ceb1dSskrlloptions 	MEMORY_DISK_HOOKS
106d3ceb1dSskrlloptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
116d3ceb1dSskrlloptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
12*04e9f53aSskrlloptions 	MEMORY_DISK_ROOT_SIZE=6600	# size of memory disk, in blocks
136d3ceb1dSskrlloptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
146d3ceb1dSskrll
15