Source-Changes-HG archive

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

[src/trunk]: src Clang needs a slightly larger MD image, so bump the size to ...



details:   https://anonhg.NetBSD.org/src/rev/99e7622843b5
branches:  trunk
changeset: 793974:99e7622843b5
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Mar 02 13:24:38 2014 +0000

description:
Clang needs a slightly larger MD image, so bump the size to 2300k.

diffstat:

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

diffs (34 lines):

diff -r b4e52a3c42fb -r 99e7622843b5 distrib/cats/ramdisk/Makefile
--- a/distrib/cats/ramdisk/Makefile     Sun Mar 02 13:23:32 2014 +0000
+++ b/distrib/cats/ramdisk/Makefile     Sun Mar 02 13:24:38 2014 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.21 2014/02/06 18:36:15 christos Exp $
+#      $NetBSD: Makefile,v 1.22 2014/03/02 13:24:38 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2200k
+IMAGESIZE=     2300k
 MAKEFS_FLAGS=  -f 14
 
 WARNS=         1
diff -r b4e52a3c42fb -r 99e7622843b5 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Sun Mar 02 13:23:32 2014 +0000
+++ b/sys/arch/cats/conf/INSTALL        Sun Mar 02 13:24:38 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.91 2014/02/23 13:15:12 skrll Exp $
+#      $NetBSD: INSTALL,v 1.92 2014/03/02 13:24:38 joerg Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -97,7 +97,7 @@
 # Device options
 
 options        MEMORY_DISK_HOOKS       # boottime setup of ramdisk
-options        MEMORY_DISK_ROOT_SIZE=4400      # Size in blocks
+options        MEMORY_DISK_ROOT_SIZE=4600      # Size in blocks
 options        MEMORY_DISK_IS_ROOT     # use memory disk as root
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode



Home | Main Index | Thread Index | Old Index