11.34Schristos# $NetBSD: INSTALL,v 1.34 2025/07/23 15:26:07 christos 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.34Schristos#ident "INSTALL-$Revision: 1.34 $" 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.32Smartin## This value comes from distrib/sparc64/instfs/Makefile 251.34Schristos## and is calculated like: expr 13 \* 1024 \* 2 261.34Schristos## since IMAGESIZE=13 271.34Schristosoptions MEMORY_DISK_ROOT_SIZE=26624 # size of memory disk, in 512 byte blocks 281.25Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 29