xref: /netbsd-src/sys/arch/sparc64/conf/INSTALL (revision e39ef1d61eee3ccba837ee281f1e098c864487aa)
1# 	$NetBSD: INSTALL,v 1.28 2011/07/10 08:51:24 mrg Exp $
2#
3#	NOTE: this file only needs *additional* things for the install
4#	kernel, that are not already included in GENERIC!
5#	See the include below...
6
7include "arch/sparc64/conf/GENERIC"
8
9#ident 		"INSTALL-$Revision: 1.28 $"
10
11makeoptions	COPTS="-Os"
12
13options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
14
15#MEMORY DISK ROOT options:
16
17
18# Enable the hooks used for initializing the root memory-disk.
19options 	MEMORY_DISK_HOOKS
20options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
21options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
22## The miniroot size must be kept in sync manually with the size of
23## the `miniroot' image (which is built in distrib/sparc64/miniroot).
24options 	MEMORY_DISK_ROOT_SIZE=18432	# size of memory disk, in blocks
25options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
26
27