INSTALL revision 1.8
1# $NetBSD: INSTALL,v 1.8 2002/03/10 19:56:46 lukem Exp $ 2 3include "arch/sparc64/conf/GENERIC32" 4 5#ident "INSTALL-$Revision: 1.8 $" 6 7include "arch/sparc64/conf/std.sparc64-64" 8 9options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility 10options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility 11 12# DEBUG options turned on: 13 14#options LOCKDEBUG 15options DIAGNOSTIC 16makeoptions DEBUG="-g" 17options DEBUG 18#options SYSCALL_DEBUG 19options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 20 21#MEMORY DISK ROOT options: 22 23 24# Enable the hooks used for initializing the root memory-disk. 25options MEMORY_DISK_HOOKS 26options MEMORY_DISK_IS_ROOT # force root on memory disk 27options MEMORY_DISK_SERVER=0 # no userspace memory disk support 28## The miniroot size must be kept in sync manually with the size of 29## the `miniroot' image (which is built in distrib/sparc64/miniroot). 30options MEMORY_DISK_SIZE=10240 # size of memory disk, in blocks 31