RAMDISK revision 1.4 1 # $NetBSD: RAMDISK,v 1.4 2000/11/24 19:40:15 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
10 include "arch/mvme68k/conf/GENERIC"
11
12 # Enable the hooks used for initializing the ram-disk.
13 options MEMORY_DISK_HOOKS
14 options MEMORY_DISK_IS_ROOT
15 options MINIROOTSIZE=1024
16
17 # Include one instance of the memory driver
18 pseudo-device md 1
19