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