Home | History | Annotate | Line # | Download | only in conf
INSTALL_WALNUT revision 1.6.20.1
      1 # 	$NetBSD: INSTALL_WALNUT,v 1.6.20.1 2006/11/18 21:29:11 ad Exp $
      2 
      3 include "arch/evbppc/conf/WALNUT"
      4 
      5 #ident 		"INSTALL_WALNUT-$Revision: 1.6.20.1 $"
      6 
      7 # DEBUG options turned on:
      8 
      9 #options 	LOCKDEBUG
     10 options 	DIAGNOSTIC
     11 #makeoptions	DEBUG="-g"
     12 #options 	DEBUG
     13 #options 	SYSCALL_DEBUG
     14 options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     15 
     16 # Enable the hooks used for initializing the root memory-disk.
     17 options 	MEMORY_DISK_HOOKS
     18 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     19 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     20 ## The ramdisk size must be kept in sync manually with the size of
     21 ## the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk).
     22 options 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
     23