Home | History | Annotate | Line # | Download | only in conf
INSTALL_OPENBLOCKS266 revision 1.6
      1  1.6  hannken # 	$NetBSD: INSTALL_OPENBLOCKS266,v 1.6 2010/11/23 11:13:57 hannken Exp $
      2  1.1    shige 
      3  1.1    shige include		"arch/evbppc/conf/OPENBLOCKS266"
      4  1.1    shige 
      5  1.6  hannken #ident 		"INSTALL_OPENBLOCKS266-$Revision: 1.6 $"
      6  1.1    shige 
      7  1.1    shige #
      8  1.1    shige # DEBUG options turned on:
      9  1.1    shige #
     10  1.1    shige #makeoptions	DEBUG="-g"
     11  1.1    shige #options 	DEBUG
     12  1.1    shige #options 	LOCKDEBUG
     13  1.1    shige #options 	SYSCALL_DEBUG
     14  1.1    shige options 	DIAGNOSTIC
     15  1.1    shige options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     16  1.1    shige 
     17  1.1    shige #
     18  1.1    shige # Enable the hooks used for initializing the root memory-disk.
     19  1.1    shige #     The ramdisk size must be kept in sync manually with the size of
     20  1.1    shige #     the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk).
     21  1.1    shige #
     22  1.1    shige options 	MEMORY_DISK_HOOKS
     23  1.1    shige options 	MEMORY_DISK_IS_ROOT		# force root on memory disk
     24  1.1    shige options 	MEMORY_DISK_SERVER=0		# no userspace memory disk
     25  1.1    shige #options 	MEMORY_DISK_ROOT_SIZE=8192	# size of memory disk, in blocks
     26  1.1    shige options 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
     27  1.5      jym options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     28  1.2       he 
     29  1.6  hannken pseudo-device	md			# memory disk device
     30