1 # $NetBSD: RAMDISK,v 1.3 2002/04/02 05:30:44 lukem Exp $
3 # Install kernel with ramdisk added.
6 # Pull in standard `install' config
7 include "arch/mipsco/conf/INSTALL"
9 # Enable the hooks used for initializing the root memory-disk.
10 options MEMORY_DISK_HOOKS
11 options MEMORY_DISK_IS_ROOT # force root on memory disk
12 options MEMORY_DISK_SERVER=0 # no userspace memory disk support
13 options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks (3MB)
14 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
17 # File systems: need MFS
18 file-system MFS # memory file system
20 # Extra Pseudo-Devices
22 # disk/mass storage pseudo-devices
23 pseudo-device md 1 # memory disk device (ramdisk)