Source-Changes-HG archive

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

[src/trunk]: src Bump ramdisk size slightly



details:   https://anonhg.NetBSD.org/src/rev/e444fd9a9aef
branches:  trunk
changeset: 945736:e444fd9a9aef
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Nov 06 18:36:20 2020 +0000

description:
Bump ramdisk size slightly

diffstat:

 distrib/evbppc/ramdisk/Makefile  |  4 ++--
 sys/arch/evbppc/conf/INSTALL.inc |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r b2f5a3b00635 -r e444fd9a9aef distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile   Fri Nov 06 15:35:33 2020 +0000
+++ b/distrib/evbppc/ramdisk/Makefile   Fri Nov 06 18:36:20 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.24 2019/12/29 18:26:17 christos Exp $
+#      $NetBSD: Makefile,v 1.25 2020/11/06 18:36:20 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     3280k
+IMAGESIZE=     3536k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1
diff -r b2f5a3b00635 -r e444fd9a9aef sys/arch/evbppc/conf/INSTALL.inc
--- a/sys/arch/evbppc/conf/INSTALL.inc  Fri Nov 06 15:35:33 2020 +0000
+++ b/sys/arch/evbppc/conf/INSTALL.inc  Fri Nov 06 18:36:20 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL.inc,v 1.4 2017/02/09 15:24:08 joerg Exp $
+#      $NetBSD: INSTALL.inc,v 1.5 2020/11/06 18:36:34 martin Exp $
 
 # DEBUG options turned on:
 
@@ -17,5 +17,5 @@
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
 ## The ramdisk size must be kept in sync manually with the size of
 ## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
-options        MEMORY_DISK_ROOT_SIZE=6560      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=7072      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode



Home | Main Index | Thread Index | Old Index