1 1.1 shige # $NetBSD: INSTALL_OPENBLOCKS266,v 1.1 2005/08/03 14:55:37 shige Exp $ 2 1.1 shige 3 1.1 shige include "arch/evbppc/conf/OPENBLOCKS266" 4 1.1 shige 5 1.1 shige #ident "INSTALL_OPENBLOCKS266-$Revision: 1.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 options MALLOC_NOINLINE # Not inlining MALLOC saves memory 17 1.1 shige options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem 18 1.1 shige 19 1.1 shige # 20 1.1 shige # Enable the hooks used for initializing the root memory-disk. 21 1.1 shige # The ramdisk size must be kept in sync manually with the size of 22 1.1 shige # the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk). 23 1.1 shige # 24 1.1 shige options MEMORY_DISK_HOOKS 25 1.1 shige options MEMORY_DISK_IS_ROOT # force root on memory disk 26 1.1 shige options MEMORY_DISK_SERVER=0 # no userspace memory disk 27 1.1 shige #options MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk, in blocks 28 1.1 shige options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks 29