Source-Changes-HG archive

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

[src/trunk]: src bump up ramdisk size.



details:   https://anonhg.NetBSD.org/src/rev/9fd171b9a537
branches:  trunk
changeset: 778649:9fd171b9a537
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sat Apr 07 09:10:47 2012 +0000

description:
bump up ramdisk size.

diffstat:

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

diffs (34 lines):

diff -r 27ed7c4feebe -r 9fd171b9a537 distrib/zaurus/ramdisk/Makefile
--- a/distrib/zaurus/ramdisk/Makefile   Sat Apr 07 09:09:43 2012 +0000
+++ b/distrib/zaurus/ramdisk/Makefile   Sat Apr 07 09:10:47 2012 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.14 2011/05/20 07:57:07 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.15 2012/04/07 09:10:47 nonaka Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2048k
+IMAGESIZE=     2112k
 MAKEFS_FLAGS=  -f 14
 
 WARNS=         1
diff -r 27ed7c4feebe -r 9fd171b9a537 sys/arch/zaurus/conf/INSTALL
--- a/sys/arch/zaurus/conf/INSTALL      Sat Apr 07 09:09:43 2012 +0000
+++ b/sys/arch/zaurus/conf/INSTALL      Sat Apr 07 09:10:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.14 2012/03/10 21:51:57 joerg Exp $
+# $NetBSD: INSTALL,v 1.15 2012/04/07 09:10:47 nonaka Exp $
 #
 # INSTALL config file (GENERIC with memory disk root)
 #
@@ -9,7 +9,7 @@
 options        MEMORY_DISK_HOOKS       # enable root ramdisk
 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=4096      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=4224      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 # for reduce kernel size.



Home | Main Index | Thread Index | Old Index