INSTALL revision 1.1
11.1Seeh# $NetBSD: INSTALL,v 1.1 2001/06/21 23:00:19 eeh Exp $ 21.1Seeh 31.1Seehinclude "arch/sparc64/conf/GENERIC32" 41.1Seeh 51.1Seeh#ident "GENERIC64-$Revision: 1.1 $" 61.1Seeh 71.1Seehoptions _LP64 # we're using a 64-bit compiler 81.1Seehoptions COMPAT_NETBSD32 # NetBSD/sparc binary compatibility 91.1Seehoptions COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility 101.1Seehoptions EXEC_ELF64 # Exec module for sparc64 & SunOs 5.x binaries. 111.1Seeh 121.1Seeh# DEBUG options turned on: 131.1Seeh 141.1Seeh#options LOCKDEBUG 151.1Seehoptions DIAGNOSTIC 161.1Seehmakeoptions DEBUG="-g" 171.1Seehoptions DEBUG 181.1Seeh#options SYSCALL_DEBUG 191.1Seeh 201.1Seeh#MEMORY DISK ROOT options: 211.1Seeh 221.1Seeh 231.1Seeh# Enable the hooks used for initializing the root memory-disk. 241.1Seehoptions MEMORY_DISK_HOOKS 251.1Seehoptions MEMORY_DISK_IS_ROOT # force root on memory disk 261.1Seehoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 271.1Seeh## The miniroot size must be kept in sync manually with the size of 281.1Seeh## the `miniroot' image (which is built in distrib/sparc64/miniroot). 291.1Seehoptions MINIROOTSIZE=12000 # size of memory disk, in blocks 30