xref: /netbsd-src/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 (revision 213144e1de7024d4193d04aa51005ba3a5ad95e7)
1# 	$NetBSD: INSTALL_OPENBLOCKS266,v 1.6 2010/11/23 11:13:57 hannken Exp $
2
3include		"arch/evbppc/conf/OPENBLOCKS266"
4
5#ident 		"INSTALL_OPENBLOCKS266-$Revision: 1.6 $"
6
7#
8# DEBUG options turned on:
9#
10#makeoptions	DEBUG="-g"
11#options 	DEBUG
12#options 	LOCKDEBUG
13#options 	SYSCALL_DEBUG
14options 	DIAGNOSTIC
15options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
16
17#
18# Enable the hooks used for initializing the root memory-disk.
19#     The ramdisk size must be kept in sync manually with the size of
20#     the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk).
21#
22options 	MEMORY_DISK_HOOKS
23options 	MEMORY_DISK_IS_ROOT		# force root on memory disk
24options 	MEMORY_DISK_SERVER=0		# no userspace memory disk
25#options 	MEMORY_DISK_ROOT_SIZE=8192	# size of memory disk, in blocks
26options 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
27options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
28
29pseudo-device	md			# memory disk device
30