Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src bump



details:   https://anonhg.NetBSD.org/src/rev/d8ad1a90da59
branches:  trunk
changeset: 359601:d8ad1a90da59
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 13 08:25:24 2022 +0000

description:
bump

diffstat:

 distrib/hppa/ramdisk/Makefile |  4 ++--
 sys/arch/hppa/conf/RAMDISK    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r cb45595c0e53 -r d8ad1a90da59 distrib/hppa/ramdisk/Makefile
--- a/distrib/hppa/ramdisk/Makefile     Thu Jan 13 04:51:50 2022 +0000
+++ b/distrib/hppa/ramdisk/Makefile     Thu Jan 13 08:25:24 2022 +0000
@@ -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
diff -r cb45595c0e53 -r d8ad1a90da59 sys/arch/hppa/conf/RAMDISK
--- a/sys/arch/hppa/conf/RAMDISK        Thu Jan 13 04:51:50 2022 +0000
+++ b/sys/arch/hppa/conf/RAMDISK        Thu Jan 13 08:25:24 2022 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index