xref: /netbsd-src/sys/arch/mipsco/conf/RAMDISK (revision 8a8f936f250a330d54f8a24ed0e92aadf9743a7b)
1# 	$NetBSD: RAMDISK,v 1.1 2000/10/02 07:54:34 wdk 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 	MINIROOTSIZE=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