Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Give the ramdisk a bit more space, evbppc64 for clang is run...
details: https://anonhg.NetBSD.org/src/rev/e9b97919a046
branches: trunk
changeset: 348885:e9b97919a046
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Nov 13 22:14:44 2016 +0000
description:
Give the ramdisk a bit more space, evbppc64 for clang is running out.
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 62d8bd976b09 -r e9b97919a046 distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile Sun Nov 13 22:13:55 2016 +0000
+++ b/distrib/evbppc/ramdisk/Makefile Sun Nov 13 22:14:44 2016 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2015/01/16 22:37:58 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2016/11/13 22:14:44 joerg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 3200k
+IMAGESIZE= 3240k
MAKEFS_FLAGS= -f 15
WARNS= 1
diff -r 62d8bd976b09 -r e9b97919a046 sys/arch/evbppc/conf/INSTALL.inc
--- a/sys/arch/evbppc/conf/INSTALL.inc Sun Nov 13 22:13:55 2016 +0000
+++ b/sys/arch/evbppc/conf/INSTALL.inc Sun Nov 13 22:14:44 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL.inc,v 1.2 2014/03/06 23:14:16 joerg Exp $
+# $NetBSD: INSTALL.inc,v 1.3 2016/11/13 22:14:44 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=6400 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=6480 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
Home |
Main Index |
Thread Index |
Old Index