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