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