INSTALL.inc revision 1.3 1 # $NetBSD: INSTALL.inc,v 1.3 2016/11/13 22:14:44 joerg Exp $
2
3 # DEBUG options turned on:
4
5 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
6
7 pseudo-device md
8
9 makeoptions NEED_MDSETIMAGE="yes"
10
11 no config netbsd
12 config netbsd root on md0a
13
14 # Enable the hooks used for initializing the root memory-disk.
15 options MEMORY_DISK_HOOKS
16 options MEMORY_DISK_IS_ROOT # force root on memory disk
17 options MEMORY_DISK_SERVER=0 # no userspace memory disk support
18 ## The ramdisk size must be kept in sync manually with the size of
19 ## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
20 options MEMORY_DISK_ROOT_SIZE=6480 # size of memory disk, in blocks
21 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
22