Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arc/conf grow it a bit.
details: https://anonhg.NetBSD.org/src/rev/adaa40f2a0a7
branches: trunk
changeset: 337898:adaa40f2a0a7
user: christos <christos%NetBSD.org@localhost>
date: Sat May 02 23:21:40 2015 +0000
description:
grow it a bit.
diffstat:
sys/arch/arc/conf/RAMDISK | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 810b6d10d64b -r adaa40f2a0a7 sys/arch/arc/conf/RAMDISK
--- a/sys/arch/arc/conf/RAMDISK Sat May 02 21:15:33 2015 +0000
+++ b/sys/arch/arc/conf/RAMDISK Sat May 02 23:21:40 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.81 2013/08/08 13:21:38 he Exp $
+# $NetBSD: RAMDISK,v 1.82 2015/05/02 23:21:40 christos Exp $
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
#
@@ -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=5420 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=8420 # 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