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