INSTALL revision 1.2
1# $NetBSD: INSTALL,v 1.2 2001/08/18 04:55:29 eeh Exp $ 2 3include "arch/sparc64/conf/GENERIC32" 4 5#ident "GENERIC64-$Revision: 1.2 $" 6 7options _LP64 # we're using a 64-bit compiler 8options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility 9options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility 10options EXEC_ELF64 # Exec module for sparc64 & SunOs 5.x binaries. 11 12# DEBUG options turned on: 13 14#options LOCKDEBUG 15options DIAGNOSTIC 16makeoptions DEBUG="-g" 17options DEBUG 18#options SYSCALL_DEBUG 19 20#MEMORY DISK ROOT options: 21 22 23# Enable the hooks used for initializing the root memory-disk. 24options MEMORY_DISK_HOOKS 25options MEMORY_DISK_IS_ROOT # force root on memory disk 26options MEMORY_DISK_SERVER=0 # no userspace memory disk support 27## The miniroot size must be kept in sync manually with the size of 28## the `miniroot' image (which is built in distrib/sparc64/miniroot). 29options MINIROOTSIZE=14000 # size of memory disk, in blocks 30