NetBSD/sys/arch/sparc64/conf/INSTALL

35 lines
1.1 KiB
Plaintext
Raw Normal View History

# $NetBSD: INSTALL,v 1.16 2003/09/06 03:25:31 itojun Exp $
include "arch/sparc64/conf/GENERIC32"
#ident "INSTALL-$Revision: 1.16 $"
include "arch/sparc64/conf/std.sparc64-64"
options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility
# DEBUG options
#options LOCKDEBUG
#options DIAGNOSTIC
#makeoptions DEBUG="-g"
#options DEBUG
#options SYSCALL_DEBUG
2003-06-20 07:15:05 +04:00
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
#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 MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks
pseudo-device rnd # /dev/random and /dev/urandom