INSTALL revision 1.15
11.15Snakayama# 	$NetBSD: INSTALL,v 1.15 2003/06/20 03:15:06 nakayama Exp $
21.1Seeh
31.1Seehinclude "arch/sparc64/conf/GENERIC32"
41.1Seeh
51.15Snakayama#ident 		"INSTALL-$Revision: 1.15 $"
61.3Sthorpej
71.3Sthorpejinclude "arch/sparc64/conf/std.sparc64-64"
81.1Seeh
91.1Seehoptions 	COMPAT_NETBSD32	# NetBSD/sparc binary compatibility
101.4Slukemoptions 	COMPAT_SVR4_32	# SunOS 5.x 32-bit binary compatibility
111.1Seeh
121.14Smartin# DEBUG options
131.1Seeh
141.3Sthorpej#options 	LOCKDEBUG
151.14Smartin#options 	DIAGNOSTIC
161.14Smartin#makeoptions	DEBUG="-g"
171.14Smartin#options 	DEBUG
181.1Seeh#options 	SYSCALL_DEBUG
191.15Snakayamaoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
201.11Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
211.11Sabsoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
221.1Seeh
231.1Seeh#MEMORY DISK ROOT options:
241.1Seeh
251.1Seeh
261.1Seeh# Enable the hooks used for initializing the root memory-disk.
271.1Seehoptions 	MEMORY_DISK_HOOKS
281.1Seehoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
291.1Seehoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
301.1Seeh## The miniroot size must be kept in sync manually with the size of
311.1Seeh## the `miniroot' image (which is built in distrib/sparc64/miniroot).
321.9Slukemoptions 	MEMORY_DISK_ROOT_SIZE=10240	# size of memory disk, in blocks
33