Module Name:    src
Committed By:   martin
Date:           Tue Mar 11 15:06:13 UTC 2025

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

Log Message:
Bump ramdisk size slightly to fix the build


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/emips/ramdisk/Makefile
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/emips/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/emips/ramdisk/Makefile
diff -u src/distrib/emips/ramdisk/Makefile:1.6 src/distrib/emips/ramdisk/Makefile:1.7
--- src/distrib/emips/ramdisk/Makefile:1.6	Sun Dec 29 18:26:17 2019
+++ src/distrib/emips/ramdisk/Makefile	Tue Mar 11 15:06:13 2025
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.6 2019/12/29 18:26:17 christos Exp $
+#	$NetBSD: Makefile,v 1.7 2025/03/11 15:06:13 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
 IMAGETAR=	diskimage.tgz
-IMAGESIZE=	3800k
+IMAGESIZE=	3900k
 MAKEFS_FLAGS+=	-f 15
 
 WARNS=		1

Index: src/sys/arch/emips/conf/RAMDISK
diff -u src/sys/arch/emips/conf/RAMDISK:1.5 src/sys/arch/emips/conf/RAMDISK:1.6
--- src/sys/arch/emips/conf/RAMDISK:1.5	Sun Aug  1 15:29:29 2021
+++ src/sys/arch/emips/conf/RAMDISK	Tue Mar 11 15:06:13 2025
@@ -1,4 +1,4 @@
-# 	$NetBSD: RAMDISK,v 1.5 2021/08/01 15:29:29 andvar Exp $
+# 	$NetBSD: RAMDISK,v 1.6 2025/03/11 15:06:13 martin Exp $
 #
 # Install kernel with ramdisk added.
 # The ramdisk is be too big to netboot directly via ECOFF on some machines,
@@ -15,7 +15,7 @@ pseudo-device	ksyms
 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=7600	# size of memory disk, in blocks (3800kB)
+options 	MEMORY_DISK_ROOT_SIZE=7800	# size of memory disk, in blocks (3900kB)
 #options 	MEMORY_DISK_ROOT_SIZE=2880	# 1.44M, same as a floppy
 
 # File systems: need MFS

Reply via email to