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