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 we need to get on a diet



details:   https://anonhg.NetBSD.org/src/rev/223ca3239b5f
branches:  trunk
changeset: 355269:223ca3239b5f
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 22 19:26:41 2017 +0000

description:
we need to get on a diet

diffstat:

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

diffs (18 lines):

diff -r 8d7210891d53 -r 223ca3239b5f sys/arch/cobalt/conf/RAMDISK
--- a/sys/arch/cobalt/conf/RAMDISK      Sat Jul 22 13:03:54 2017 +0000
+++ b/sys/arch/cobalt/conf/RAMDISK      Sat Jul 22 19:26:41 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.7 2016/02/21 01:33:56 christos Exp $
+#      $NetBSD: RAMDISK,v 1.8 2017/07/22 19:26:41 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=7000      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=7400      # 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