INSTALL_WALNUT revision 1.1
11.1Sscw# 	$NetBSD: INSTALL_WALNUT,v 1.1 2002/12/09 12:15:51 scw Exp $
21.1Sscw
31.1Sscwinclude "arch/evbppc/conf/WALNUT"
41.1Sscw
51.1Sscw#ident 		"INSTALL_WALNUT-$Revision: 1.1 $"
61.1Sscw
71.1Sscw# DEBUG options turned on:
81.1Sscw
91.1Sscw#options 	LOCKDEBUG
101.1Sscwoptions 	DIAGNOSTIC
111.1Sscw#makeoptions	DEBUG="-g"
121.1Sscwoptions 	DEBUG
131.1Sscw#options 	SYSCALL_DEBUG
141.1Sscwoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
151.1Sscwoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
161.1Sscwoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
171.1Sscw
181.1Sscw# Enable the hooks used for initializing the root memory-disk.
191.1Sscwoptions 	MEMORY_DISK_HOOKS
201.1Sscwoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
211.1Sscwoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
221.1Sscw## The ramdisk size must be kept in sync manually with the size of
231.1Sscw## the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk).
241.1Sscwoptions 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
25