Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src bump ramdisk sizes by 100kb for GCC 7 bloaty.



details:   https://anonhg.NetBSD.org/src/rev/fee2a9c2d49c
branches:  trunk
changeset: 448725:fee2a9c2d49c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Feb 07 23:11:10 2019 +0000

description:
bump ramdisk sizes by 100kb for GCC 7 bloaty.

diffstat:

 distrib/acorn32/ramdisk/Makefile |  4 ++--
 distrib/cats/ramdisk/Makefile    |  4 ++--
 sys/arch/acorn32/conf/INSTALL    |  6 +++---
 sys/arch/cats/conf/INSTALL       |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (77 lines):

diff -r 61165113c32b -r fee2a9c2d49c distrib/acorn32/ramdisk/Makefile
--- a/distrib/acorn32/ramdisk/Makefile  Thu Feb 07 23:03:33 2019 +0000
+++ b/distrib/acorn32/ramdisk/Makefile  Thu Feb 07 23:11:10 2019 +0000
@@ -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
diff -r 61165113c32b -r fee2a9c2d49c distrib/cats/ramdisk/Makefile
--- a/distrib/cats/ramdisk/Makefile     Thu Feb 07 23:03:33 2019 +0000
+++ b/distrib/cats/ramdisk/Makefile     Thu Feb 07 23:11:10 2019 +0000
@@ -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
diff -r 61165113c32b -r fee2a9c2d49c sys/arch/acorn32/conf/INSTALL
--- a/sys/arch/acorn32/conf/INSTALL     Thu Feb 07 23:03:33 2019 +0000
+++ b/sys/arch/acorn32/conf/INSTALL     Thu Feb 07 23:11:10 2019 +0000
@@ -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 @@
 
 #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 @@
 # 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
 
diff -r 61165113c32b -r fee2a9c2d49c sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Thu Feb 07 23:03:33 2019 +0000
+++ b/sys/arch/cats/conf/INSTALL        Thu Feb 07 23:11:10 2019 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index