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