INSTALL_PMPPC revision 1.2
1# 	$NetBSD: INSTALL_PMPPC,v 1.2 2011/01/18 01:07:06 matt Exp $
2
3include "arch/evbppc/conf/PMPPC"
4
5#ident 		"INSTALL_PMPPC-$Revision: 1.2 $"
6
7# DEBUG options turned on:
8
9options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
10
11pseudo-device	md
12
13makeoptions	NEEDS_MDSETIMAGE="yes"
14
15no config	netbsd
16config		netbsd root on md0a
17
18# Enable the hooks used for initializing the root memory-disk.
19options 	MEMORY_DISK_HOOKS
20options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
21options 	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).
24options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
25options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
26
27