Source-Changes-HG archive

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

[src/trunk]: src Bump RAMDISK size so that the contents fits again.



details:   https://anonhg.NetBSD.org/src/rev/fe9cd018d221
branches:  trunk
changeset: 789140:fe9cd018d221
user:      he <he%NetBSD.org@localhost>
date:      Thu Aug 08 13:21:38 2013 +0000

description:
Bump RAMDISK size so that the contents fits again.

diffstat:

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

diffs (34 lines):

diff -r ff0593b1ed3e -r fe9cd018d221 distrib/arc/ramdisk/Makefile
--- a/distrib/arc/ramdisk/Makefile      Thu Aug 08 07:06:13 2013 +0000
+++ b/distrib/arc/ramdisk/Makefile      Thu Aug 08 13:21:38 2013 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.21 2010/02/11 09:06:47 roy Exp $
+#      $NetBSD: Makefile,v 1.22 2013/08/08 13:21:38 he Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2560k
+IMAGESIZE=     2660k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
diff -r ff0593b1ed3e -r fe9cd018d221 sys/arch/arc/conf/RAMDISK
--- a/sys/arch/arc/conf/RAMDISK Thu Aug 08 07:06:13 2013 +0000
+++ b/sys/arch/arc/conf/RAMDISK Thu Aug 08 13:21:38 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.80 2012/03/10 21:51:49 joerg Exp $
+#      $NetBSD: RAMDISK,v 1.81 2013/08/08 13:21:38 he Exp $
 #
 #      memory disk based configuration file for MIPS R4x00 ARC Systems
 #
@@ -9,7 +9,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # force root on memory disk
 options        MEMORY_DISK_SERVER=0            # no userspace md(4) support
-options        MEMORY_DISK_ROOT_SIZE=5120      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=5420      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 makeoptions    COPTS="-Os -mmemcpy"    # generates smaller code than -O2, -O1



Home | Main Index | Thread Index | Old Index