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