INSTALL revision 1.5
1# 	$NetBSD: INSTALL,v 1.5 2002/01/20 05:57:10 mrg Exp $
2
3include "arch/sparc64/conf/GENERIC32"
4
5#ident 		"INSTALL-$Revision: 1.5 $"
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
19
20#MEMORY DISK ROOT options:
21
22
23# Enable the hooks used for initializing the root memory-disk.
24options 	MEMORY_DISK_HOOKS
25options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
26options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
27## The miniroot size must be kept in sync manually with the size of
28## the `miniroot' image (which is built in distrib/sparc64/miniroot).
29options 	MINIROOTSIZE=15360	# size of memory disk, in blocks
30