INSTALL_PMPPC revision 1.2
11.2Smatt# 	$NetBSD: INSTALL_PMPPC,v 1.2 2011/01/18 01:07:06 matt Exp $
21.2Smatt
31.2Smattinclude "arch/evbppc/conf/PMPPC"
41.2Smatt
51.2Smatt#ident 		"INSTALL_PMPPC-$Revision: 1.2 $"
61.2Smatt
71.2Smatt# DEBUG options turned on:
81.2Smatt
91.2Smattoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
101.2Smatt
111.2Smattpseudo-device	md
121.2Smatt
131.2Smattmakeoptions	NEEDS_MDSETIMAGE="yes"
141.2Smatt
151.2Smattno config	netbsd
161.2Smattconfig		netbsd root on md0a
171.2Smatt
181.2Smatt# Enable the hooks used for initializing the root memory-disk.
191.2Smattoptions 	MEMORY_DISK_HOOKS
201.2Smattoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
211.2Smattoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
221.2Smatt## The ramdisk size must be kept in sync manually with the size of
231.2Smatt## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
241.2Smattoptions 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
251.2Smattoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
261.2Smatt
27