Home | History | Annotate | Line # | Download | only in conf
INSTALL_PMPPC revision 1.1.2.1
      1  1.1.2.1  matt # 	$NetBSD: INSTALL_PMPPC,v 1.1.2.1 2011/01/07 01:44:44 matt Exp $
      2  1.1.2.1  matt 
      3  1.1.2.1  matt include "arch/evbppc/conf/PMPPC"
      4  1.1.2.1  matt 
      5  1.1.2.1  matt #ident 		"INSTALL_PMPPC-$Revision: 1.1.2.1 $"
      6  1.1.2.1  matt 
      7  1.1.2.1  matt # DEBUG options turned on:
      8  1.1.2.1  matt 
      9  1.1.2.1  matt options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     10  1.1.2.1  matt 
     11  1.1.2.1  matt pseudo-device	md
     12  1.1.2.1  matt 
     13  1.1.2.1  matt makeoptions	NEEDS_MDSETIMAGE="yes"
     14  1.1.2.1  matt 
     15  1.1.2.1  matt no config	netbsd
     16  1.1.2.1  matt config		netbsd root on md0a
     17  1.1.2.1  matt 
     18  1.1.2.1  matt # Enable the hooks used for initializing the root memory-disk.
     19  1.1.2.1  matt options 	MEMORY_DISK_HOOKS
     20  1.1.2.1  matt options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     21  1.1.2.1  matt options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     22  1.1.2.1  matt ## The ramdisk size must be kept in sync manually with the size of
     23  1.1.2.1  matt ## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
     24  1.1.2.1  matt options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
     25  1.1.2.1  matt options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     26  1.1.2.1  matt 
     27