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