Home | History | Annotate | Line # | Download | only in conf
GENERIC_MD revision 1.5
      1 #	$NetBSD: GENERIC_MD,v 1.5 2000/11/27 14:41:47 tsubai Exp $
      2 #
      3 # GENERIC_MD config file
      4 #
      5 
      6 include "arch/macppc/conf/GENERIC"
      7 
      8 # Change base address to 0x800000 to use large memory disk.
      9 makeoptions	TEXTADDR=0x800000
     10 
     11 # Enable the hooks used for initializing the ram-disk.
     12 options 	MEMORY_DISK_HOOKS
     13 options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     14 options 	MINIROOTSIZE=4096	# 2 Megabytes
     15