1 1.2 matt # $NetBSD: INSTALL_PMPPC,v 1.2 2011/01/18 01:07:06 matt Exp $ 2 1.2 matt 3 1.2 matt include "arch/evbppc/conf/PMPPC" 4 1.2 matt 5 1.2 matt #ident "INSTALL_PMPPC-$Revision: 1.2 $" 6 1.2 matt 7 1.2 matt # DEBUG options turned on: 8 1.2 matt 9 1.2 matt options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 10 1.2 matt 11 1.2 matt pseudo-device md 12 1.2 matt 13 1.2 matt makeoptions NEEDS_MDSETIMAGE="yes" 14 1.2 matt 15 1.2 matt no config netbsd 16 1.2 matt config netbsd root on md0a 17 1.2 matt 18 1.2 matt # Enable the hooks used for initializing the root memory-disk. 19 1.2 matt options MEMORY_DISK_HOOKS 20 1.2 matt options MEMORY_DISK_IS_ROOT # force root on memory disk 21 1.2 matt options MEMORY_DISK_SERVER=0 # no userspace memory disk support 22 1.2 matt ## The ramdisk size must be kept in sync manually with the size of 23 1.2 matt ## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk). 24 1.2 matt options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks 25 1.2 matt options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 26 1.2 matt 27