INSTALL revision 1.20
1# $NetBSD: INSTALL,v 1.20 2006/06/30 10:27:48 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/GENERIC" 8 9#ident "INSTALL-$Revision: 1.20 $" 10 11makeoptions COPTS="-Os" 12 13options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 14options MALLOC_NOINLINE # Not inlining MALLOC saves memory 15 16#MEMORY DISK ROOT options: 17 18 19# Enable the hooks used for initializing the root memory-disk. 20options MEMORY_DISK_HOOKS 21options MEMORY_DISK_IS_ROOT # force root on memory disk 22options MEMORY_DISK_SERVER=0 # no userspace memory disk support 23## The miniroot size must be kept in sync manually with the size of 24## the `miniroot' image (which is built in distrib/sparc64/miniroot). 25options MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks 26