INSTALL revision 1.19
1# $NetBSD: INSTALL,v 1.19 2005/12/07 12:40:47 tsutsui Exp $ 2# 3# NOTE: this file only needs *additional* things for the install 4# kernel, that are not already included in GENERIC32! 5# See the include below... 6 7include "arch/sparc64/conf/GENERIC32" 8 9#ident "INSTALL-$Revision: 1.19 $" 10 11include "arch/sparc64/conf/std.sparc64-64" 12 13options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility 14options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility 15 16makeoptions COPTS="-Os" 17 18# DEBUG options 19 20#options LOCKDEBUG 21#options DIAGNOSTIC 22#makeoptions DEBUG="-g" 23#options DEBUG 24#options SYSCALL_DEBUG 25options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 26options MALLOC_NOINLINE # Not inlining MALLOC saves memory 27 28#MEMORY DISK ROOT options: 29 30 31# Enable the hooks used for initializing the root memory-disk. 32options MEMORY_DISK_HOOKS 33options MEMORY_DISK_IS_ROOT # force root on memory disk 34options MEMORY_DISK_SERVER=0 # no userspace memory disk support 35## The miniroot size must be kept in sync manually with the size of 36## the `miniroot' image (which is built in distrib/sparc64/miniroot). 37options MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks 38