summaryrefslogtreecommitdiff
path: root/sys/arch/evbppc/conf/INSTALL.inc
blob: b3a77367dc7be3fec44819b7e71cc6a7fd784dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 	$NetBSD: INSTALL.inc,v 1.5 2020/11/06 18:36:34 martin Exp $

# DEBUG options turned on:

options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)

pseudo-device	md

makeoptions	NEED_MDSETIMAGE="yes"

no config	netbsd
config		netbsd root on md0a

# Enable the hooks used for initializing the root memory-disk.
options 	MEMORY_DISK_HOOKS
options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
## The ramdisk size must be kept in sync manually with the size of
## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
options 	MEMORY_DISK_ROOT_SIZE=7072	# size of memory disk, in blocks
options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode