Source-Changes-HG archive

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

[src/trunk]: src bump bebox and prep image sizes for GCC 9.



details:   https://anonhg.NetBSD.org/src/rev/355a0363f823
branches:  trunk
changeset: 938813:355a0363f823
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Sep 15 08:13:51 2020 +0000

description:
bump bebox and prep image sizes for GCC 9.

diffstat:

 distrib/bebox/ramdisk/Makefile         |  4 ++--
 distrib/prep/floppies/ramdisk/Makefile |  4 ++--
 sys/arch/bebox/conf/INSTALL            |  4 ++--
 sys/arch/prep/conf/INSTALL             |  4 ++--
 sys/arch/prep/conf/INSTALL_SMALL       |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (86 lines):

diff -r f301619b7f8c -r 355a0363f823 distrib/bebox/ramdisk/Makefile
--- a/distrib/bebox/ramdisk/Makefile    Tue Sep 15 07:15:21 2020 +0000
+++ b/distrib/bebox/ramdisk/Makefile    Tue Sep 15 08:13:51 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.4 2019/12/29 18:26:16 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2020/09/15 08:13:51 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2048k
+IMAGESIZE=     2560k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1
diff -r f301619b7f8c -r 355a0363f823 distrib/prep/floppies/ramdisk/Makefile
--- a/distrib/prep/floppies/ramdisk/Makefile    Tue Sep 15 07:15:21 2020 +0000
+++ b/distrib/prep/floppies/ramdisk/Makefile    Tue Sep 15 08:13:51 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.23 2019/12/29 18:26:18 christos Exp $
+#      $NetBSD: Makefile,v 1.24 2020/09/15 08:13:51 mrg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2048k
+IMAGESIZE=     2304k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1
diff -r f301619b7f8c -r 355a0363f823 sys/arch/bebox/conf/INSTALL
--- a/sys/arch/bebox/conf/INSTALL       Tue Sep 15 07:15:21 2020 +0000
+++ b/sys/arch/bebox/conf/INSTALL       Tue Sep 15 08:13:51 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.64 2018/07/14 15:09:40 maxv Exp $
+#      $NetBSD: INSTALL,v 1.65 2020/09/15 08:13:51 mrg Exp $
 #
 # First try for BeBox config file
 #
@@ -15,7 +15,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=4096      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=5120      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 #makeoptions   DEBUG="-g"
diff -r f301619b7f8c -r 355a0363f823 sys/arch/prep/conf/INSTALL
--- a/sys/arch/prep/conf/INSTALL        Tue Sep 15 07:15:21 2020 +0000
+++ b/sys/arch/prep/conf/INSTALL        Tue Sep 15 08:13:51 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.63 2017/09/14 07:58:43 mrg Exp $
+#      $NetBSD: INSTALL,v 1.64 2020/09/15 08:13:51 mrg Exp $
 #
 #      INSTALL -- Installation kernel
 #
@@ -12,7 +12,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-options        MEMORY_DISK_ROOT_SIZE=4096      # 2mb
+options        MEMORY_DISK_ROOT_SIZE=4608      # 2.25mb
 options        MEMORY_DISK_SERVER=0    # don't need for install
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
diff -r f301619b7f8c -r 355a0363f823 sys/arch/prep/conf/INSTALL_SMALL
--- a/sys/arch/prep/conf/INSTALL_SMALL  Tue Sep 15 07:15:21 2020 +0000
+++ b/sys/arch/prep/conf/INSTALL_SMALL  Tue Sep 15 08:13:51 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_SMALL,v 1.18 2017/09/14 07:58:43 mrg Exp $
+#      $NetBSD: INSTALL_SMALL,v 1.19 2020/09/15 08:13:51 mrg Exp $
 #
 #      INSTALL -- Installation kernel
 #
@@ -12,7 +12,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-options        MEMORY_DISK_ROOT_SIZE=4096      # 2mb
+options        MEMORY_DISK_ROOT_SIZE=4608      # 2mb
 options        MEMORY_DISK_SERVER=0    # don't need for install
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 



Home | Main Index | Thread Index | Old Index