1 1.2.10.3 christos # $NetBSD: INSTALL_OPENBLOCKS266,v 1.2.10.3 2005/12/11 10:28:17 christos 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.3 christos #ident "INSTALL_OPENBLOCKS266-$Revision: 1.2.10.3 $" 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 18 1.2.10.2 skrll # 19 1.2.10.2 skrll # Enable the hooks used for initializing the root memory-disk. 20 1.2.10.2 skrll # The ramdisk size must be kept in sync manually with the size of 21 1.2.10.2 skrll # the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk). 22 1.2.10.2 skrll # 23 1.2.10.2 skrll options MEMORY_DISK_HOOKS 24 1.2.10.2 skrll options MEMORY_DISK_IS_ROOT # force root on memory disk 25 1.2.10.2 skrll options MEMORY_DISK_SERVER=0 # no userspace memory disk 26 1.2.10.2 skrll #options MEMORY_DISK_ROOT_SIZE=8192 # size of memory disk, in blocks 27 1.2.10.2 skrll options MEMORY_DISK_ROOT_SIZE=4096 # size of memory disk, in blocks 28 1.2.10.2 skrll 29 1.2.10.2 skrll pseudo-device md 1 # memory disk device 30