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