xref: /netbsd/sys/arch/mipsco/conf/RAMDISK (revision 6550d01e)
1# 	$NetBSD: RAMDISK,v 1.5 2010/11/23 11:14:02 hannken Exp $
2#
3# Install kernel with ramdisk added.
4#
5
6# Pull in standard `install' config
7include	"arch/mipsco/conf/INSTALL"
8
9# Enable the hooks used for initializing the root memory-disk.
10options 	MEMORY_DISK_HOOKS
11options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
12options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
13options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks (3MB)
14options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
15
16
17# File systems: need MFS
18file-system 	MFS		# memory file system
19
20# Extra Pseudo-Devices
21
22# disk/mass storage pseudo-devices
23pseudo-device	md			# memory disk device (ramdisk)
24