Module Name: src
Committed By: joerg
Date: Thu Feb 9 15:24:08 UTC 2017
Modified Files:
src/distrib/evbppc/ramdisk: Makefile
src/sys/arch/evbppc/conf: INSTALL.inc
Log Message:
Give clang a bit more space on the RAM disk.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/evbppc/ramdisk/Makefile
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/conf/INSTALL.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.21 src/distrib/evbppc/ramdisk/Makefile:1.22
--- src/distrib/evbppc/ramdisk/Makefile:1.21 Tue Jan 24 18:04:02 2017
+++ src/distrib/evbppc/ramdisk/Makefile Thu Feb 9 15:24:08 2017
@@ -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
Index: src/sys/arch/evbppc/conf/INSTALL.inc
diff -u src/sys/arch/evbppc/conf/INSTALL.inc:1.3 src/sys/arch/evbppc/conf/INSTALL.inc:1.4
--- src/sys/arch/evbppc/conf/INSTALL.inc:1.3 Sun Nov 13 22:14:44 2016
+++ src/sys/arch/evbppc/conf/INSTALL.inc Thu Feb 9 15:24:08 2017
@@ -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_IS_ROOT # force roo
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