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