Module Name:    src
Committed By:   skrll
Date:           Thu Jan 13 08:25:24 UTC 2022

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

Log Message:
bump


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/distrib/hppa/ramdisk/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/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/hppa/ramdisk/Makefile
diff -u src/distrib/hppa/ramdisk/Makefile:1.7 src/distrib/hppa/ramdisk/Makefile:1.8
--- src/distrib/hppa/ramdisk/Makefile:1.7	Sun Dec 29 18:26:17 2019
+++ src/distrib/hppa/ramdisk/Makefile	Thu Jan 13 08:25:24 2022
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.7 2019/12/29 18:26:17 christos Exp $
+#	$NetBSD: Makefile,v 1.8 2022/01/13 08:25:24 skrll Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	3060k
+IMAGESIZE=	3300k
 MAKEFS_FLAGS+=	-f 15
 
 WARNS=		1

Index: src/sys/arch/hppa/conf/RAMDISK
diff -u src/sys/arch/hppa/conf/RAMDISK:1.3 src/sys/arch/hppa/conf/RAMDISK:1.4
--- src/sys/arch/hppa/conf/RAMDISK:1.3	Mon Nov  4 00:59:31 2019
+++ src/sys/arch/hppa/conf/RAMDISK	Thu Jan 13 08:25:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.3 2019/11/04 00:59:31 christos Exp $
+# $NetBSD: RAMDISK,v 1.4 2022/01/13 08:25:24 skrll Exp $
 #
 # RAMDISK machine description file
 #
@@ -9,6 +9,6 @@ include 	"arch/hppa/conf/GENERIC"
 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=6120	# size of memory disk, in blocks
+options 	MEMORY_DISK_ROOT_SIZE=6600	# size of memory disk, in blocks
 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
 

Reply via email to