xref: /netbsd-src/sys/arch/mvme68k/conf/RAMDISK (revision 4472dbe5e3bd91ef2540bada7a7ca7384627ff9b)
1#	$NetBSD: RAMDISK,v 1.3 1999/02/20 17:19:41 scw Exp $
2
3#
4# RAMDISK: Root/swap on ramdisk
5# This kernel is used to initially bootstrap
6# a NetBSD/mvme68k installation, and install
7# the miniroot in a swap partition.
8#
9
10include 	"arch/mvme68k/conf/GENERIC"
11
12# Enable the hooks used for initializing the ram-disk.
13options 	MEMORY_DISK_HOOKS
14options 	MEMORY_DISK_IS_ROOT
15options 	MINIROOTSIZE=768
16
17# Include one instance of the memory driver
18pseudo-device 	md 1
19