bump ramdisk sizes by 100kb for GCC 7 bloaty.
This commit is contained in:
parent
c18cba814b
commit
503eacff30
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.25 2017/01/24 18:04:01 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2019/02/07 23:11:10 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 2300k
|
||||
IMAGESIZE= 2400k
|
||||
MAKEFS_FLAGS+= -f 15
|
||||
|
||||
WARNS= 1
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.24 2017/01/24 18:04:01 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2019/02/07 23:11:10 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 2400k
|
||||
IMAGESIZE= 2500k
|
||||
MAKEFS_FLAGS+= -f 14
|
||||
|
||||
WARNS= 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.81 2018/08/01 20:04:09 maxv Exp $
|
||||
# $NetBSD: INSTALL,v 1.82 2019/02/07 23:11:10 mrg Exp $
|
||||
#
|
||||
# INSTALL -- NetBSD/acorn32 install configuration
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "INSTALL-$Revision: 1.81 $"
|
||||
#ident "INSTALL-$Revision: 1.82 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -102,7 +102,7 @@ include "conf/compat_netbsd13.config"
|
||||
# Device options
|
||||
|
||||
options MEMORY_DISK_HOOKS # boottime setup of ramdisk
|
||||
options MEMORY_DISK_ROOT_SIZE=4700 # Size in blocks
|
||||
options MEMORY_DISK_ROOT_SIZE=4800 # Size in blocks
|
||||
options MEMORY_DISK_IS_ROOT # use memory disk as root
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.108 2019/02/06 11:58:30 rin Exp $
|
||||
# $NetBSD: INSTALL,v 1.109 2019/02/07 23:11:10 mrg Exp $
|
||||
#
|
||||
# CATSINST -- CHALTECH CATS Install kernel
|
||||
#
|
||||
@ -84,7 +84,7 @@ include "conf/compat_netbsd13.config"
|
||||
# Device options
|
||||
|
||||
options MEMORY_DISK_HOOKS # boottime setup of ramdisk
|
||||
options MEMORY_DISK_ROOT_SIZE=4800 # Size in blocks
|
||||
options MEMORY_DISK_ROOT_SIZE=5000 # Size in blocks
|
||||
options MEMORY_DISK_IS_ROOT # use memory disk as root
|
||||
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
Loading…
Reference in New Issue
Block a user