Source-Changes-HG archive

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

[src/trunk]: src Increase size of cats installation memory disk by 100Ki.



details:   https://anonhg.NetBSD.org/src/rev/e668632719e5
branches:  trunk
changeset: 347613:e668632719e5
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Sep 05 14:47:30 2016 +0000

description:
Increase size of cats installation memory disk by 100Ki.

Or: We shouldn't let the cats out of the bag.

diffstat:

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

diffs (34 lines):

diff -r 2b8c94dd5457 -r e668632719e5 distrib/cats/ramdisk/Makefile
--- a/distrib/cats/ramdisk/Makefile     Mon Sep 05 14:25:33 2016 +0000
+++ b/distrib/cats/ramdisk/Makefile     Mon Sep 05 14:47:30 2016 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.22 2014/03/02 13:24:38 joerg Exp $
+#      $NetBSD: Makefile,v 1.23 2016/09/05 14:47:30 jakllsch Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2300k
+IMAGESIZE=     2400k
 MAKEFS_FLAGS=  -f 14
 
 WARNS=         1
diff -r 2b8c94dd5457 -r e668632719e5 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Mon Sep 05 14:25:33 2016 +0000
+++ b/sys/arch/cats/conf/INSTALL        Mon Sep 05 14:47:30 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.96 2015/08/21 01:52:07 uebayasi Exp $
+#      $NetBSD: INSTALL,v 1.97 2016/09/05 14:47:31 jakllsch 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=4600      # Size in blocks
+options        MEMORY_DISK_ROOT_SIZE=4800      # 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