INSTALL_OPENBLOCKS266 revision 1.1
11.1Sshige# 	$NetBSD: INSTALL_OPENBLOCKS266,v 1.1 2005/08/03 14:55:37 shige Exp $
21.1Sshige
31.1Sshigeinclude		"arch/evbppc/conf/OPENBLOCKS266"
41.1Sshige
51.1Sshige#ident 		"INSTALL_OPENBLOCKS266-$Revision: 1.1 $"
61.1Sshige
71.1Sshige#
81.1Sshige# DEBUG options turned on:
91.1Sshige#
101.1Sshige#makeoptions	DEBUG="-g"
111.1Sshige#options 	DEBUG
121.1Sshige#options 	LOCKDEBUG
131.1Sshige#options 	SYSCALL_DEBUG
141.1Sshigeoptions 	DIAGNOSTIC
151.1Sshigeoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
161.1Sshigeoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
171.1Sshigeoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
181.1Sshige
191.1Sshige#
201.1Sshige# Enable the hooks used for initializing the root memory-disk.
211.1Sshige#     The ramdisk size must be kept in sync manually with the size of
221.1Sshige#     the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk).
231.1Sshige#
241.1Sshigeoptions 	MEMORY_DISK_HOOKS
251.1Sshigeoptions 	MEMORY_DISK_IS_ROOT		# force root on memory disk
261.1Sshigeoptions 	MEMORY_DISK_SERVER=0		# no userspace memory disk
271.1Sshige#options 	MEMORY_DISK_ROOT_SIZE=8192	# size of memory disk, in blocks
281.1Sshigeoptions 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
29