INSTALL revision 1.18
1# 	$NetBSD: INSTALL,v 1.18 2003/09/19 16:34:24 martin Exp $
2#
3#	NOTE: this file only needs *additional* things for the install
4#	kernel, that are not already included in GENERIC32!
5#	See the include below...
6
7include "arch/sparc64/conf/GENERIC32"
8
9#ident 		"INSTALL-$Revision: 1.18 $"
10
11include "arch/sparc64/conf/std.sparc64-64"
12
13options 	COMPAT_NETBSD32	# NetBSD/sparc binary compatibility
14options 	COMPAT_SVR4_32	# SunOS 5.x 32-bit binary compatibility
15
16makeoptions	COPTS="-Os"
17
18# DEBUG options
19
20#options 	LOCKDEBUG
21#options 	DIAGNOSTIC
22#makeoptions	DEBUG="-g"
23#options 	DEBUG
24#options 	SYSCALL_DEBUG
25options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
26options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
27options 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
28
29#MEMORY DISK ROOT options:
30
31
32# Enable the hooks used for initializing the root memory-disk.
33options 	MEMORY_DISK_HOOKS
34options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
35options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
36## The miniroot size must be kept in sync manually with the size of
37## the `miniroot' image (which is built in distrib/sparc64/miniroot).
38options 	MEMORY_DISK_ROOT_SIZE=10240	# size of memory disk, in blocks
39