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