Source-Changes-HG archive

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

[src/trunk]: src Increase ramdisk size.



details:   https://anonhg.NetBSD.org/src/rev/09b775c54fd8
branches:  trunk
changeset: 332577:09b775c54fd8
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Sep 29 15:02:55 2014 +0000

description:
Increase ramdisk size.

diffstat:

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

diffs (34 lines):

diff -r 89b3f349d9da -r 09b775c54fd8 distrib/cobalt/ramdisk/Makefile
--- a/distrib/cobalt/ramdisk/Makefile   Mon Sep 29 14:58:33 2014 +0000
+++ b/distrib/cobalt/ramdisk/Makefile   Mon Sep 29 15:02:55 2014 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.8 2013/03/22 10:52:20 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.9 2014/09/29 15:02:55 msaitoh Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     3072k
+IMAGESIZE=     3328k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
diff -r 89b3f349d9da -r 09b775c54fd8 sys/arch/cobalt/conf/RAMDISK
--- a/sys/arch/cobalt/conf/RAMDISK      Mon Sep 29 14:58:33 2014 +0000
+++ b/sys/arch/cobalt/conf/RAMDISK      Mon Sep 29 15:02:55 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.5 2011/05/03 09:15:20 tsutsui Exp $
+#      $NetBSD: RAMDISK,v 1.6 2014/09/29 15:02:56 msaitoh Exp $
 #
 #      memory disk based configuration file
 #
@@ -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=6144      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=6656      # 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