INSTALL revision 1.20
11.20Stsutsui# $NetBSD: INSTALL,v 1.20 2006/06/30 10:27:48 tsutsui Exp $ 21.17Smartin# 31.17Smartin# NOTE: this file only needs *additional* things for the install 41.17Smartin# kernel, that are not already included in GENERIC32! 51.17Smartin# See the include below... 61.1Seeh 71.20Stsutsuiinclude "arch/sparc64/conf/GENERIC" 81.1Seeh 91.20Stsutsui#ident "INSTALL-$Revision: 1.20 $" 101.18Smartin 111.18Smartinmakeoptions COPTS="-Os" 121.1Seeh 131.15Snakayamaoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 141.11Sabsoptions MALLOC_NOINLINE # Not inlining MALLOC saves memory 151.1Seeh 161.1Seeh#MEMORY DISK ROOT options: 171.1Seeh 181.1Seeh 191.1Seeh# Enable the hooks used for initializing the root memory-disk. 201.1Seehoptions MEMORY_DISK_HOOKS 211.1Seehoptions MEMORY_DISK_IS_ROOT # force root on memory disk 221.1Seehoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 231.1Seeh## The miniroot size must be kept in sync manually with the size of 241.1Seeh## the `miniroot' image (which is built in distrib/sparc64/miniroot). 251.9Slukemoptions MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks 26