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