Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Bump INSTALL ramdisk size slightly to allow building with DB...



details:   https://anonhg.NetBSD.org/src/rev/70a0b079f100
branches:  trunk
changeset: 327768:70a0b079f100
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Mar 16 13:37:36 2014 +0000

description:
Bump INSTALL ramdisk size slightly to allow building with DBG=-g.

diffstat:

 distrib/vax/ramdisk/Makefile |  4 ++--
 sys/arch/vax/conf/INSTALL    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r c41f9c99ff09 -r 70a0b079f100 distrib/vax/ramdisk/Makefile
--- a/distrib/vax/ramdisk/Makefile      Sun Mar 16 13:34:33 2014 +0000
+++ b/distrib/vax/ramdisk/Makefile      Sun Mar 16 13:37:36 2014 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.33 2014/01/24 12:19:10 martin Exp $
+#      $NetBSD: Makefile,v 1.34 2014/03/16 13:37:37 joerg Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     1760k
+IMAGESIZE=     2000k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1
diff -r c41f9c99ff09 -r 70a0b079f100 sys/arch/vax/conf/INSTALL
--- a/sys/arch/vax/conf/INSTALL Sun Mar 16 13:34:33 2014 +0000
+++ b/sys/arch/vax/conf/INSTALL Sun Mar 16 13:37:36 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.67 2013/11/09 21:32:55 christos Exp $
+#      $NetBSD: INSTALL,v 1.68 2014/03/16 13:37:36 joerg Exp $
 #
 # INSTALL kernel; all supported devices but nothing fancy.
 #
@@ -33,7 +33,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # force root on memory disk
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options        MEMORY_DISK_ROOT_SIZE=4000      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=4100      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 # Kernel compiled-in symbolic debugger & system call tracer



Home | Main Index | Thread Index | Old Index