Module Name:    src
Committed By:   gson
Date:           Wed Feb 13 07:55:33 UTC 2019

Modified Files:
        src/distrib/pmax/ramdisk: Makefile
        src/sys/arch/pmax/conf: RAMDISK

Log Message:
Bump pmax install ramdisk size by another 100k, as 3500k is no longer
enough with GCC 7.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/distrib/pmax/ramdisk/Makefile
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/pmax/conf/RAMDISK

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

Modified files:

Index: src/distrib/pmax/ramdisk/Makefile
diff -u src/distrib/pmax/ramdisk/Makefile:1.48 src/distrib/pmax/ramdisk/Makefile:1.49
--- src/distrib/pmax/ramdisk/Makefile:1.48	Sun Jul 16 14:24:29 2017
+++ src/distrib/pmax/ramdisk/Makefile	Wed Feb 13 07:55:33 2019
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.48 2017/07/16 14:24:29 christos Exp $
+#	$NetBSD: Makefile,v 1.49 2019/02/13 07:55:33 gson Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
 IMAGETAR=	diskimage.tgz
-IMAGESIZE=	3500k
+IMAGESIZE=	3600k
 MAKEFS_FLAGS+=	-f 15
 
 WARNS=		1

Index: src/sys/arch/pmax/conf/RAMDISK
diff -u src/sys/arch/pmax/conf/RAMDISK:1.14 src/sys/arch/pmax/conf/RAMDISK:1.15
--- src/sys/arch/pmax/conf/RAMDISK:1.14	Fri Jul 14 12:27:55 2017
+++ src/sys/arch/pmax/conf/RAMDISK	Wed Feb 13 07:55:33 2019
@@ -1,4 +1,4 @@
-# 	$NetBSD: RAMDISK,v 1.14 2017/07/14 12:27:55 christos Exp $
+# 	$NetBSD: RAMDISK,v 1.15 2019/02/13 07:55:33 gson Exp $
 #
 # Install kernel with ramdisk added.
 # The ramdisk is be too big to netboot directly via ECOFF on some machines,
@@ -13,7 +13,7 @@ include	"arch/pmax/conf/INSTALL"
 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=7000	# size of memory disk, in blocks (3500kB)
+options 	MEMORY_DISK_ROOT_SIZE=7200	# size of memory disk, in blocks (3500kB)
 #options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 

Reply via email to