Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Give clang a bit more space on the RAM disk.
details: https://anonhg.NetBSD.org/src/rev/50a5fbfbed05
branches: trunk
changeset: 351313:50a5fbfbed05
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Feb 09 15:24:08 2017 +0000
description:
Give clang a bit more space on the RAM disk.
diffstat:
distrib/evbppc/ramdisk/Makefile | 4 ++--
sys/arch/evbppc/conf/INSTALL.inc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r d461096f2aaf -r 50a5fbfbed05 distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile Thu Feb 09 14:00:06 2017 +0000
+++ b/distrib/evbppc/ramdisk/Makefile Thu Feb 09 15:24:08 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2017/01/24 18:04:02 christos Exp $
+# $NetBSD: Makefile,v 1.22 2017/02/09 15:24:08 joerg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 3240k
+IMAGESIZE= 3280k
MAKEFS_FLAGS+= -f 15
WARNS= 1
diff -r d461096f2aaf -r 50a5fbfbed05 sys/arch/evbppc/conf/INSTALL.inc
--- a/sys/arch/evbppc/conf/INSTALL.inc Thu Feb 09 14:00:06 2017 +0000
+++ b/sys/arch/evbppc/conf/INSTALL.inc Thu Feb 09 15:24:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL.inc,v 1.3 2016/11/13 22:14:44 joerg Exp $
+# $NetBSD: INSTALL.inc,v 1.4 2017/02/09 15:24:08 joerg Exp $
# DEBUG options turned on:
@@ -17,5 +17,5 @@
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
## The ramdisk size must be kept in sync manually with the size of
## the `ramdisk' image (which is built in distrib/evbppc/ramdisk/ramdisk).
-options MEMORY_DISK_ROOT_SIZE=6480 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=6560 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
Home |
Main Index |
Thread Index |
Old Index