Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/conf bump size.



details:   https://anonhg.NetBSD.org/src/rev/44c784aa66e6
branches:  trunk
changeset: 813836:44c784aa66e6
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 21 01:33:56 2016 +0000

description:
bump size.

diffstat:

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

diffs (18 lines):

diff -r 92af9510b19c -r 44c784aa66e6 sys/arch/cobalt/conf/RAMDISK
--- a/sys/arch/cobalt/conf/RAMDISK      Sun Feb 21 00:56:44 2016 +0000
+++ b/sys/arch/cobalt/conf/RAMDISK      Sun Feb 21 01:33:56 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.6 2014/09/29 15:02:56 msaitoh Exp $
+#      $NetBSD: RAMDISK,v 1.7 2016/02/21 01:33:56 christos 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=6656      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=7000      # 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