Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src increase ramdisk size for gcc48.
details: https://anonhg.NetBSD.org/src/rev/131f13008d70
branches: trunk
changeset: 335768:131f13008d70
user: chs <chs%NetBSD.org@localhost>
date: Fri Jan 23 03:40:25 2015 +0000
description:
increase ramdisk size for gcc48.
diffstat:
distrib/mvme68k/ramdisk/Makefile | 4 ++--
sys/arch/mvme68k/conf/RAMDISK | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 4c3db79bbd4e -r 131f13008d70 distrib/mvme68k/ramdisk/Makefile
--- a/distrib/mvme68k/ramdisk/Makefile Fri Jan 23 03:36:58 2015 +0000
+++ b/distrib/mvme68k/ramdisk/Makefile Fri Jan 23 03:40:25 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2009/09/20 19:49:09 abs Exp $
+# $NetBSD: Makefile,v 1.29 2015/01/23 03:40:25 chs Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 1m
+IMAGESIZE= 1200k
WARNS= 1
DBG= -Os
diff -r 4c3db79bbd4e -r 131f13008d70 sys/arch/mvme68k/conf/RAMDISK
--- a/sys/arch/mvme68k/conf/RAMDISK Fri Jan 23 03:36:58 2015 +0000
+++ b/sys/arch/mvme68k/conf/RAMDISK Fri Jan 23 03:40:25 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.29 2014/07/05 09:21:14 tsutsui Exp $
+# $NetBSD: RAMDISK,v 1.30 2015/01/23 03:40:25 chs Exp $
#
# RAMDISK: Root/swap on ramdisk
@@ -46,7 +46,7 @@
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT
-options MEMORY_DISK_ROOT_SIZE=2100
+options MEMORY_DISK_ROOT_SIZE=2400
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options USERCONF # userconf(4) support
Home |
Main Index |
Thread Index |
Old Index