xref: /netbsd-src/sys/arch/next68k/conf/RAMDISK (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1#	$NetBSD: RAMDISK,v 1.4 2009/02/06 18:50:28 jym Exp $
2
3#
4# RAMDISK: Root/swap on ramdisk
5#
6
7include 	"arch/next68k/conf/GENERIC"
8
9# Enable the hooks used for initializing the ram-disk.
10options 	MEMORY_DISK_HOOKS
11options 	MEMORY_DISK_IS_ROOT
12options 	MEMORY_DISK_ROOT_SIZE=768
13options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
14