INSTALL revision 1.18
11.18Smartin# 	$NetBSD: INSTALL,v 1.18 2003/09/19 16:34:24 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.18Smartin#ident 		"INSTALL-$Revision: 1.18 $"
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.18Smartin
161.18Smartinmakeoptions	COPTS="-Os"
171.1Seeh
181.14Smartin# DEBUG options
191.1Seeh
201.3Sthorpej#options 	LOCKDEBUG
211.14Smartin#options 	DIAGNOSTIC
221.14Smartin#makeoptions	DEBUG="-g"
231.14Smartin#options 	DEBUG
241.1Seeh#options 	SYSCALL_DEBUG
251.15Snakayamaoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
261.11Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
271.11Sabsoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
281.1Seeh
291.1Seeh#MEMORY DISK ROOT options:
301.1Seeh
311.1Seeh
321.1Seeh# Enable the hooks used for initializing the root memory-disk.
331.1Seehoptions 	MEMORY_DISK_HOOKS
341.1Seehoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
351.1Seehoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
361.1Seeh## The miniroot size must be kept in sync manually with the size of
371.1Seeh## the `miniroot' image (which is built in distrib/sparc64/miniroot).
381.9Slukemoptions 	MEMORY_DISK_ROOT_SIZE=10240	# size of memory disk, in blocks
39