NetBSD/sys/arch/evbppc/conf/INSTALL.inc
2011-06-08 05:03:43 +00:00

22 lines
735 B
PHP

# $NetBSD: INSTALL.inc,v 1.1 2011/06/08 05:03:43 matt 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=6144 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode