xref: /netbsd/sys/arch/mipsco/conf/RAMDISK (revision bf9ec67e)
1# 	$NetBSD: RAMDISK,v 1.3 2002/04/02 05:30:44 lukem 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)
14
15# File systems: need MFS
16file-system 	MFS		# memory file system
17
18# Extra Pseudo-Devices
19
20# disk/mass storage pseudo-devices
21pseudo-device	md		1	# memory disk device (ramdisk)
22