Home | History | Annotate | Line # | Download | only in conf
RAMDISK revision 1.3
      1  1.3  scw #	$NetBSD: RAMDISK,v 1.3 1999/02/20 17:19:41 scw Exp $
      2  1.1  scw 
      3  1.1  scw #
      4  1.1  scw # RAMDISK: Root/swap on ramdisk
      5  1.1  scw # This kernel is used to initially bootstrap
      6  1.1  scw # a NetBSD/mvme68k installation, and install
      7  1.1  scw # the miniroot in a swap partition.
      8  1.1  scw #
      9  1.1  scw 
     10  1.3  scw include 	"arch/mvme68k/conf/GENERIC"
     11  1.1  scw 
     12  1.1  scw # Enable the hooks used for initializing the ram-disk.
     13  1.1  scw options 	MEMORY_DISK_HOOKS
     14  1.1  scw options 	MEMORY_DISK_IS_ROOT
     15  1.1  scw options 	MINIROOTSIZE=768
     16  1.1  scw 
     17  1.2  scw # Include one instance of the memory driver
     18  1.2  scw pseudo-device 	md 1
     19