cd19d52695
are now consistently named * fold opt_mdsize.h into opt_md.h
31 lines
935 B
Plaintext
31 lines
935 B
Plaintext
# $NetBSD: INSTALL,v 1.8 2002/03/10 19:56:46 lukem Exp $
|
|
|
|
include "arch/sparc64/conf/GENERIC32"
|
|
|
|
#ident "INSTALL-$Revision: 1.8 $"
|
|
|
|
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 turned on:
|
|
|
|
#options LOCKDEBUG
|
|
options DIAGNOSTIC
|
|
makeoptions DEBUG="-g"
|
|
options DEBUG
|
|
#options SYSCALL_DEBUG
|
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
|
|
#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_SIZE=10240 # size of memory disk, in blocks
|