Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Increase the image size to 1700KB.
details: https://anonhg.NetBSD.org/src/rev/f27b378d9028
branches: trunk
changeset: 331378:f27b378d9028
user: isaki <isaki%NetBSD.org@localhost>
date: Sun Aug 10 06:35:56 2014 +0000
description:
Increase the image size to 1700KB.
At this point, the build succeeds if the build path is short,
but may fail if long. Thanks for martin@ and tsutsui@.
diffstat:
distrib/x68k/floppies/ramdisk/Makefile | 4 ++--
sys/arch/x68k/conf/INSTALL | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r 1308f3c3359c -r f27b378d9028 distrib/x68k/floppies/ramdisk/Makefile
--- a/distrib/x68k/floppies/ramdisk/Makefile Sun Aug 10 06:23:13 2014 +0000
+++ b/distrib/x68k/floppies/ramdisk/Makefile Sun Aug 10 06:35:56 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.45 2014/02/27 09:13:20 isaki Exp $
+# $NetBSD: Makefile,v 1.46 2014/08/10 06:35:56 isaki Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= inst.fs
-IMAGESIZE= 1600k
+IMAGESIZE= 1700k
# `floppy-root' cannot be used now, due to size issue.
#IMAGE_RELEASEDIR= installation/floppy
diff -r 1308f3c3359c -r f27b378d9028 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL Sun Aug 10 06:23:13 2014 +0000
+++ b/sys/arch/x68k/conf/INSTALL Sun Aug 10 06:35:56 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.105 2014/03/24 14:15:38 szptvlfn Exp $
+# $NetBSD: INSTALL,v 1.106 2014/08/10 06:35:56 isaki Exp $
#
# INSTALL -- installation kernel.
@@ -8,7 +8,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "INSTALL-$Revision: 1.105 $"
+#ident "INSTALL-$Revision: 1.106 $"
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
@@ -18,7 +18,7 @@
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on memory-disk
options MEMORY_DISK_SERVER=0 # No user space hooks
-options MEMORY_DISK_ROOT_SIZE=3200
+options MEMORY_DISK_ROOT_SIZE=3400
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
## System kernel configuration. See options(4) for more detail.
Home |
Main Index |
Thread Index |
Old Index