INSTALL revision 1.9
11.9Slukem# 	$NetBSD: INSTALL,v 1.9 2002/04/02 05:30:49 lukem Exp $
21.1Seeh
31.1Seehinclude "arch/sparc64/conf/GENERIC32"
41.1Seeh
51.9Slukem#ident 		"INSTALL-$Revision: 1.9 $"
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.1Seeh# DEBUG options turned on:
131.1Seeh
141.3Sthorpej#options 	LOCKDEBUG
151.4Slukemoptions 	DIAGNOSTIC
161.4Slukemmakeoptions	DEBUG="-g"
171.1Seehoptions 	DEBUG
181.1Seeh#options 	SYSCALL_DEBUG
191.7Sjdolecekoptions		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
201.1Seeh
211.1Seeh#MEMORY DISK ROOT options:
221.1Seeh
231.1Seeh
241.1Seeh# Enable the hooks used for initializing the root memory-disk.
251.1Seehoptions 	MEMORY_DISK_HOOKS
261.1Seehoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
271.1Seehoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
281.1Seeh## The miniroot size must be kept in sync manually with the size of
291.1Seeh## the `miniroot' image (which is built in distrib/sparc64/miniroot).
301.9Slukemoptions 	MEMORY_DISK_ROOT_SIZE=10240	# size of memory disk, in blocks
31