INSTALL revision 1.31
11.31Smartin# $NetBSD: INSTALL,v 1.31 2025/01/09 19:09:47 martin Exp $ 21.17Smartin# 31.17Smartin# NOTE: this file only needs *additional* things for the install 41.27Stsutsui# kernel, that are not already included in GENERIC! 51.17Smartin# See the include below... 61.1Seeh 71.30Snakayamainclude "arch/sparc64/conf/GENERIC" 81.1Seeh 91.31Smartin#ident "INSTALL-$Revision: 1.31 $" 101.18Smartin 111.29Schristosmakeoptions COPTS="-Os -Wno-uninitialized" 121.1Seeh 131.15Snakayamaoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 141.1Seeh 151.1Seeh#MEMORY DISK ROOT options: 161.1Seeh 171.1Seeh 181.1Seeh# Enable the hooks used for initializing the root memory-disk. 191.1Seehoptions MEMORY_DISK_HOOKS 201.1Seehoptions MEMORY_DISK_IS_ROOT # force root on memory disk 211.1Seehoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 221.1Seeh## The miniroot size must be kept in sync manually with the size of 231.31Smartin## the `miniroot' image, which is built in distrib/sparc64/miniroot. 241.31Smartin## This value comes from distrib/sparc64/xminiroot/Makefile 251.31Smartin## and is calculated like: expr 14 \* 1024 \* 2 261.31Smartin## since NUMCYLS=14 271.31Smartinoptions MEMORY_DISK_ROOT_SIZE=28672 # size of memory disk, in 512 byte blocks 281.25Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 29