Source-Changes-HG archive

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

[src/trunk]: src bump ramdisk sizes to cope with GCC 7 bloat.



details:   https://anonhg.NetBSD.org/src/rev/9546dcca60ea
branches:  trunk
changeset: 448688:9546dcca60ea
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Feb 07 04:33:58 2019 +0000

description:
bump ramdisk sizes to cope with GCC 7 bloat.

diffstat:

 distrib/newsmips/floppies/ramdisk/Makefile |  4 ++--
 distrib/sgimips/ramdisk/Makefile           |  4 ++--
 distrib/sun3/ramdisk/Makefile              |  4 ++--
 sys/arch/newsmips/conf/INSTALL             |  4 ++--
 sys/arch/sgimips/conf/INSTALL32_IP2x       |  2 +-
 sys/arch/sgimips/conf/INSTALL64_IP2x       |  2 +-
 sys/arch/sun3/conf/RAMDISK                 |  4 ++--
 sys/arch/sun3/conf/RAMDISK3X               |  4 ++--
 8 files changed, 14 insertions(+), 14 deletions(-)

diffs (125 lines):

diff -r 933878df3147 -r 9546dcca60ea distrib/newsmips/floppies/ramdisk/Makefile
--- a/distrib/newsmips/floppies/ramdisk/Makefile        Thu Feb 07 04:33:24 2019 +0000
+++ b/distrib/newsmips/floppies/ramdisk/Makefile        Thu Feb 07 04:33:58 2019 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.34 2017/07/18 23:07:20 christos Exp $
+#      $NetBSD: Makefile,v 1.35 2019/02/07 04:33:58 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2800k
+IMAGESIZE=     3000k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1
diff -r 933878df3147 -r 9546dcca60ea distrib/sgimips/ramdisk/Makefile
--- a/distrib/sgimips/ramdisk/Makefile  Thu Feb 07 04:33:24 2019 +0000
+++ b/distrib/sgimips/ramdisk/Makefile  Thu Feb 07 04:33:58 2019 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.20 2017/01/24 18:04:04 christos Exp $
+#      $NetBSD: Makefile,v 1.21 2019/02/07 04:33:58 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
 IMAGETAR=      diskimage.tgz
-IMAGESIZE=     3200k
+IMAGESIZE=     3300k
 MAKEFS_FLAGS+= -f 15 -o density=4k
 
 WARNS=         1
diff -r 933878df3147 -r 9546dcca60ea distrib/sun3/ramdisk/Makefile
--- a/distrib/sun3/ramdisk/Makefile     Thu Feb 07 04:33:24 2019 +0000
+++ b/distrib/sun3/ramdisk/Makefile     Thu Feb 07 04:33:58 2019 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.40 2017/01/24 18:04:05 christos Exp $
+#      $NetBSD: Makefile,v 1.41 2019/02/07 04:33:58 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 .include <bsd.kernobj.mk>
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     600k
+IMAGESIZE=     660k
 MAKEFS_FLAGS+= -f 6 -o density=3500
 
 WARNS=         1
diff -r 933878df3147 -r 9546dcca60ea sys/arch/newsmips/conf/INSTALL
--- a/sys/arch/newsmips/conf/INSTALL    Thu Feb 07 04:33:24 2019 +0000
+++ b/sys/arch/newsmips/conf/INSTALL    Thu Feb 07 04:33:58 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.46 2017/09/14 07:58:42 mrg Exp $
+#      $NetBSD: INSTALL,v 1.47 2019/02/07 04:33:58 mrg Exp $
 #
 #      INSTALL kernel for RISC-NEWS
 
@@ -14,7 +14,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # Force root on ram-disk
 options        MEMORY_DISK_SERVER=0            # no userspace md(4) support
-options        MEMORY_DISK_ROOT_SIZE=5700      # 2.85 Megabytes
+options        MEMORY_DISK_ROOT_SIZE=6000      # 3000 Kilobytes
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 options        news3400
diff -r 933878df3147 -r 9546dcca60ea sys/arch/sgimips/conf/INSTALL32_IP2x
--- a/sys/arch/sgimips/conf/INSTALL32_IP2x      Thu Feb 07 04:33:24 2019 +0000
+++ b/sys/arch/sgimips/conf/INSTALL32_IP2x      Thu Feb 07 04:33:58 2019 +0000
@@ -11,7 +11,7 @@
 options         MEMORY_DISK_HOOKS
 options         MEMORY_DISK_IS_ROOT     # force root on memory disk
 options         MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options         MEMORY_DISK_ROOT_SIZE=6400 # size of memory disk in blocks (3200k)
+options         MEMORY_DISK_ROOT_SIZE=6600 # size of memory disk in blocks (3300k)
 options         MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 # shrink kernel since ARC BIOS seems to have 8MB limit
diff -r 933878df3147 -r 9546dcca60ea sys/arch/sgimips/conf/INSTALL64_IP2x
--- a/sys/arch/sgimips/conf/INSTALL64_IP2x      Thu Feb 07 04:33:24 2019 +0000
+++ b/sys/arch/sgimips/conf/INSTALL64_IP2x      Thu Feb 07 04:33:58 2019 +0000
@@ -11,4 +11,4 @@
 options         MEMORY_DISK_HOOKS
 options         MEMORY_DISK_IS_ROOT     # force root on memory disk
 options         MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options                MEMORY_DISK_ROOT_SIZE=6400# size of memory disk, in blocks (3MB)
+options                MEMORY_DISK_ROOT_SIZE=6600# size of memory disk, in blocks (3300K)
diff -r 933878df3147 -r 9546dcca60ea sys/arch/sun3/conf/RAMDISK
--- a/sys/arch/sun3/conf/RAMDISK        Thu Feb 07 04:33:24 2019 +0000
+++ b/sys/arch/sun3/conf/RAMDISK        Thu Feb 07 04:33:58 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.54 2017/07/28 19:26:16 maxv Exp $
+#      $NetBSD: RAMDISK,v 1.55 2019/02/07 04:33:58 mrg Exp $
 
 # RAMDISK: Root/swap on ramdisk
 # This kernel is used to:
@@ -41,7 +41,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # force root on memory disk
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options        MEMORY_DISK_ROOT_SIZE=1200      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=1320      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 options        USERCONF        # userconf(4) support
diff -r 933878df3147 -r 9546dcca60ea sys/arch/sun3/conf/RAMDISK3X
--- a/sys/arch/sun3/conf/RAMDISK3X      Thu Feb 07 04:33:24 2019 +0000
+++ b/sys/arch/sun3/conf/RAMDISK3X      Thu Feb 07 04:33:58 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK3X,v 1.42 2017/07/28 19:26:16 maxv Exp $
+# $NetBSD: RAMDISK3X,v 1.43 2019/02/07 04:33:58 mrg Exp $
 
 # RAMDISK: Root/swap on ramdisk
 # This kernel is used to:
@@ -41,7 +41,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # force root on memory disk
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options        MEMORY_DISK_ROOT_SIZE=1200      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=1320      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 options        USERCONF        # userconf(4) support



Home | Main Index | Thread Index | Old Index