Module Name: src
Committed By: he
Date: Thu Aug 8 13:21:38 UTC 2013
Modified Files:
src/distrib/arc/ramdisk: Makefile
src/sys/arch/arc/conf: RAMDISK
Log Message:
Bump RAMDISK size so that the contents fits again.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/arc/ramdisk/Makefile
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/arc/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/arc/ramdisk/Makefile
diff -u src/distrib/arc/ramdisk/Makefile:1.21 src/distrib/arc/ramdisk/Makefile:1.22
--- src/distrib/arc/ramdisk/Makefile:1.21 Thu Feb 11 09:06:47 2010
+++ src/distrib/arc/ramdisk/Makefile Thu Aug 8 13:21:38 2013
@@ -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
Index: src/sys/arch/arc/conf/RAMDISK
diff -u src/sys/arch/arc/conf/RAMDISK:1.80 src/sys/arch/arc/conf/RAMDISK:1.81
--- src/sys/arch/arc/conf/RAMDISK:1.80 Sat Mar 10 21:51:49 2012
+++ src/sys/arch/arc/conf/RAMDISK Thu Aug 8 13:21:38 2013
@@ -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 @@ include "arch/arc/conf/GENERIC"
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