xref: /netbsd/sys/arch/sparc64/conf/INSTALL (revision c4a72b64)
1# 	$NetBSD: INSTALL,v 1.13 2002/09/19 08:10:44 grant Exp $
2
3include "arch/sparc64/conf/GENERIC32"
4
5#ident 		"INSTALL-$Revision: 1.13 $"
6
7include "arch/sparc64/conf/std.sparc64-64"
8
9options 	COMPAT_NETBSD32	# NetBSD/sparc binary compatibility
10options 	COMPAT_SVR4_32	# SunOS 5.x 32-bit binary compatibility
11
12# DEBUG options turned on:
13
14#options 	LOCKDEBUG
15options 	DIAGNOSTIC
16makeoptions	DEBUG="-g"
17options 	DEBUG
18#options 	SYSCALL_DEBUG
19options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
20options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
21options 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
22
23#MEMORY DISK ROOT options:
24
25
26# Enable the hooks used for initializing the root memory-disk.
27options 	MEMORY_DISK_HOOKS
28options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
29options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
30## The miniroot size must be kept in sync manually with the size of
31## the `miniroot' image (which is built in distrib/sparc64/miniroot).
32options 	MEMORY_DISK_ROOT_SIZE=10240	# size of memory disk, in blocks
33