NetBSD/sys/arch/sparc64/conf/INSTALL

30 lines
949 B
Plaintext
Raw Normal View History

# $NetBSD: INSTALL,v 1.1 2001/06/21 23:00:19 eeh Exp $
include "arch/sparc64/conf/GENERIC32"
#ident "GENERIC64-$Revision: 1.1 $"
options _LP64 # we're using a 64-bit compiler
options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility
options EXEC_ELF64 # Exec module for sparc64 & SunOs 5.x binaries.
# DEBUG options turned on:
#options LOCKDEBUG
options DIAGNOSTIC
makeoptions DEBUG="-g"
options DEBUG
#options SYSCALL_DEBUG
#MEMORY DISK ROOT options:
# Enable the hooks used for initializing the root memory-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
## The miniroot size must be kept in sync manually with the size of
## the `miniroot' image (which is built in distrib/sparc64/miniroot).
options MINIROOTSIZE=12000 # size of memory disk, in blocks