Module Name:    src
Committed By:   mrg
Date:           Tue Sep 15 08:13:51 UTC 2020

Modified Files:
        src/distrib/bebox/ramdisk: Makefile
        src/distrib/prep/floppies/ramdisk: Makefile
        src/sys/arch/bebox/conf: INSTALL
        src/sys/arch/prep/conf: INSTALL INSTALL_SMALL

Log Message:
bump bebox and prep image sizes for GCC 9.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/bebox/ramdisk/Makefile
cvs rdiff -u -r1.23 -r1.24 src/distrib/prep/floppies/ramdisk/Makefile
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/bebox/conf/INSTALL
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/prep/conf/INSTALL
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/prep/conf/INSTALL_SMALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/bebox/ramdisk/Makefile
diff -u src/distrib/bebox/ramdisk/Makefile:1.4 src/distrib/bebox/ramdisk/Makefile:1.5
--- src/distrib/bebox/ramdisk/Makefile:1.4	Sun Dec 29 18:26:16 2019
+++ src/distrib/bebox/ramdisk/Makefile	Tue Sep 15 08:13:51 2020
@@ -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

Index: src/distrib/prep/floppies/ramdisk/Makefile
diff -u src/distrib/prep/floppies/ramdisk/Makefile:1.23 src/distrib/prep/floppies/ramdisk/Makefile:1.24
--- src/distrib/prep/floppies/ramdisk/Makefile:1.23	Sun Dec 29 18:26:18 2019
+++ src/distrib/prep/floppies/ramdisk/Makefile	Tue Sep 15 08:13:51 2020
@@ -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

Index: src/sys/arch/bebox/conf/INSTALL
diff -u src/sys/arch/bebox/conf/INSTALL:1.64 src/sys/arch/bebox/conf/INSTALL:1.65
--- src/sys/arch/bebox/conf/INSTALL:1.64	Sat Jul 14 15:09:40 2018
+++ src/sys/arch/bebox/conf/INSTALL	Tue Sep 15 08:13:51 2020
@@ -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 @@ makeoptions	COPTS="-Os"		# Optimise for 
 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"

Index: src/sys/arch/prep/conf/INSTALL
diff -u src/sys/arch/prep/conf/INSTALL:1.63 src/sys/arch/prep/conf/INSTALL:1.64
--- src/sys/arch/prep/conf/INSTALL:1.63	Thu Sep 14 07:58:43 2017
+++ src/sys/arch/prep/conf/INSTALL	Tue Sep 15 08:13:51 2020
@@ -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 @@ makeoptions	COPTS="-Os" # Reduce size.
 # 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
 

Index: src/sys/arch/prep/conf/INSTALL_SMALL
diff -u src/sys/arch/prep/conf/INSTALL_SMALL:1.18 src/sys/arch/prep/conf/INSTALL_SMALL:1.19
--- src/sys/arch/prep/conf/INSTALL_SMALL:1.18	Thu Sep 14 07:58:43 2017
+++ src/sys/arch/prep/conf/INSTALL_SMALL	Tue Sep 15 08:13:51 2020
@@ -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 @@ makeoptions	COPTS="-Os"	# Reduce size.
 # 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
 

Reply via email to