INSTALL_WALNUT revision 1.2
11.2Sthorpej# $NetBSD: INSTALL_WALNUT,v 1.2 2003/02/07 04:47:04 thorpej Exp $ 21.1Sscw 31.1Sscwinclude "arch/evbppc/conf/WALNUT" 41.1Sscw 51.2Sthorpej#ident "INSTALL_WALNUT-$Revision: 1.2 $" 61.1Sscw 71.1Sscw# DEBUG options turned on: 81.1Sscw 91.1Sscw#options LOCKDEBUG 101.1Sscwoptions DIAGNOSTIC 111.1Sscw#makeoptions DEBUG="-g" 121.2Sthorpej#options DEBUG 131.1Sscw#options SYSCALL_DEBUG 141.1Sscwoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 151.1Sscwoptions MALLOC_NOINLINE # Not inlining MALLOC saves memory 161.1Sscwoptions VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem 171.1Sscw 181.1Sscw# Enable the hooks used for initializing the root memory-disk. 191.1Sscwoptions MEMORY_DISK_HOOKS 201.1Sscwoptions MEMORY_DISK_IS_ROOT # force root on memory disk 211.1Sscwoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 221.1Sscw## The ramdisk size must be kept in sync manually with the size of 231.1Sscw## the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk). 241.1Sscwoptions MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 25