Module Name:    src
Committed By:   mrg
Date:           Thu Feb  7 23:11:10 UTC 2019

Modified Files:
        src/distrib/acorn32/ramdisk: Makefile
        src/distrib/cats/ramdisk: Makefile
        src/sys/arch/acorn32/conf: INSTALL
        src/sys/arch/cats/conf: INSTALL

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/distrib/acorn32/ramdisk/Makefile
cvs rdiff -u -r1.24 -r1.25 src/distrib/cats/ramdisk/Makefile
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/acorn32/conf/INSTALL
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/cats/conf/INSTALL

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

Modified files:

Index: src/distrib/acorn32/ramdisk/Makefile
diff -u src/distrib/acorn32/ramdisk/Makefile:1.25 src/distrib/acorn32/ramdisk/Makefile:1.26
--- src/distrib/acorn32/ramdisk/Makefile:1.25	Tue Jan 24 18:04:01 2017
+++ src/distrib/acorn32/ramdisk/Makefile	Thu Feb  7 23:11:10 2019
@@ -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

Index: src/distrib/cats/ramdisk/Makefile
diff -u src/distrib/cats/ramdisk/Makefile:1.24 src/distrib/cats/ramdisk/Makefile:1.25
--- src/distrib/cats/ramdisk/Makefile:1.24	Tue Jan 24 18:04:01 2017
+++ src/distrib/cats/ramdisk/Makefile	Thu Feb  7 23:11:10 2019
@@ -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

Index: src/sys/arch/acorn32/conf/INSTALL
diff -u src/sys/arch/acorn32/conf/INSTALL:1.81 src/sys/arch/acorn32/conf/INSTALL:1.82
--- src/sys/arch/acorn32/conf/INSTALL:1.81	Wed Aug  1 20:04:09 2018
+++ src/sys/arch/acorn32/conf/INSTALL	Thu Feb  7 23:11:10 2019
@@ -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
 

Index: src/sys/arch/cats/conf/INSTALL
diff -u src/sys/arch/cats/conf/INSTALL:1.108 src/sys/arch/cats/conf/INSTALL:1.109
--- src/sys/arch/cats/conf/INSTALL:1.108	Wed Feb  6 11:58:30 2019
+++ src/sys/arch/cats/conf/INSTALL	Thu Feb  7 23:11:10 2019
@@ -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

Reply via email to