2016-05-25 23:00:50 +03:00
|
|
|
# $NetBSD: INSTALL,v 1.30 2016/05/25 20:00:50 nakayama Exp $
|
2003-09-10 11:14:25 +04:00
|
|
|
#
|
|
|
|
# NOTE: this file only needs *additional* things for the install
|
2010-05-22 19:55:41 +04:00
|
|
|
# kernel, that are not already included in GENERIC!
|
2003-09-10 11:14:25 +04:00
|
|
|
# See the include below...
|
2001-06-22 03:00:19 +04:00
|
|
|
|
2016-05-25 23:00:50 +03:00
|
|
|
include "arch/sparc64/conf/GENERIC"
|
2001-06-22 03:00:19 +04:00
|
|
|
|
2016-05-25 23:00:50 +03:00
|
|
|
#ident "INSTALL-$Revision: 1.30 $"
|
2001-06-22 03:00:19 +04:00
|
|
|
|
2013-12-15 11:52:53 +04:00
|
|
|
makeoptions COPTS="-Os -Wno-uninitialized"
|
2003-09-19 20:34:24 +04:00
|
|
|
|
2003-06-20 07:15:05 +04:00
|
|
|
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
2001-06-22 03:00:19 +04:00
|
|
|
|
|
|
|
#MEMORY DISK ROOT options:
|
|
|
|
|
|
|
|
|
|
|
|
# Enable the hooks used for initializing the root memory-disk.
|
|
|
|
options MEMORY_DISK_HOOKS
|
|
|
|
options MEMORY_DISK_IS_ROOT # force root on memory disk
|
|
|
|
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
|
|
|
## The miniroot size must be kept in sync manually with the size of
|
|
|
|
## the `miniroot' image (which is built in distrib/sparc64/miniroot).
|
2011-07-10 12:51:24 +04:00
|
|
|
options MEMORY_DISK_ROOT_SIZE=18432 # size of memory disk, in blocks
|
2009-02-06 21:50:26 +03:00
|
|
|
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
|
|
|
|