INSTALL revision 1.17
1# $NetBSD: INSTALL,v 1.17 2003/09/10 07:14:25 martin 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.17 $" 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 16# DEBUG options 17 18#options LOCKDEBUG 19#options DIAGNOSTIC 20#makeoptions DEBUG="-g" 21#options DEBUG 22#options SYSCALL_DEBUG 23options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 24options MALLOC_NOINLINE # Not inlining MALLOC saves memory 25options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem 26 27#MEMORY DISK ROOT options: 28 29 30# Enable the hooks used for initializing the root memory-disk. 31options MEMORY_DISK_HOOKS 32options MEMORY_DISK_IS_ROOT # force root on memory disk 33options MEMORY_DISK_SERVER=0 # no userspace memory disk support 34## The miniroot size must be kept in sync manually with the size of 35## the `miniroot' image (which is built in distrib/sparc64/miniroot). 36options MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks 37