INSTALL revision 1.17
11.17Smartin# 	$NetBSD: INSTALL,v 1.17 2003/09/10 07:14:25 martin Exp $
21.17Smartin#
31.17Smartin#	NOTE: this file only needs *additional* things for the install
41.17Smartin#	kernel, that are not already included in GENERIC32!
51.17Smartin#	See the include below...
61.1Seeh
71.1Seehinclude "arch/sparc64/conf/GENERIC32"
81.1Seeh
91.17Smartin#ident 		"INSTALL-$Revision: 1.17 $"
101.3Sthorpej
111.3Sthorpejinclude "arch/sparc64/conf/std.sparc64-64"
121.1Seeh
131.1Seehoptions 	COMPAT_NETBSD32	# NetBSD/sparc binary compatibility
141.4Slukemoptions 	COMPAT_SVR4_32	# SunOS 5.x 32-bit binary compatibility
151.1Seeh
161.14Smartin# DEBUG options
171.1Seeh
181.3Sthorpej#options 	LOCKDEBUG
191.14Smartin#options 	DIAGNOSTIC
201.14Smartin#makeoptions	DEBUG="-g"
211.14Smartin#options 	DEBUG
221.1Seeh#options 	SYSCALL_DEBUG
231.15Snakayamaoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
241.11Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
251.11Sabsoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
261.1Seeh
271.1Seeh#MEMORY DISK ROOT options:
281.1Seeh
291.1Seeh
301.1Seeh# Enable the hooks used for initializing the root memory-disk.
311.1Seehoptions 	MEMORY_DISK_HOOKS
321.1Seehoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
331.1Seehoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
341.1Seeh## The miniroot size must be kept in sync manually with the size of
351.1Seeh## the `miniroot' image (which is built in distrib/sparc64/miniroot).
361.9Slukemoptions 	MEMORY_DISK_ROOT_SIZE=10240	# size of memory disk, in blocks
37