Module Name: src
Committed By: joerg
Date: Sun Mar 16 13:37:37 UTC 2014
Modified Files:
src/distrib/vax/ramdisk: Makefile
src/sys/arch/vax/conf: INSTALL
Log Message:
Bump INSTALL ramdisk size slightly to allow building with DBG=-g.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/distrib/vax/ramdisk/Makefile
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/vax/conf/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/vax/ramdisk/Makefile
diff -u src/distrib/vax/ramdisk/Makefile:1.33 src/distrib/vax/ramdisk/Makefile:1.34
--- src/distrib/vax/ramdisk/Makefile:1.33 Fri Jan 24 12:19:10 2014
+++ src/distrib/vax/ramdisk/Makefile Sun Mar 16 13:37:37 2014
@@ -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
Index: src/sys/arch/vax/conf/INSTALL
diff -u src/sys/arch/vax/conf/INSTALL:1.67 src/sys/arch/vax/conf/INSTALL:1.68
--- src/sys/arch/vax/conf/INSTALL:1.67 Sat Nov 9 21:32:55 2013
+++ src/sys/arch/vax/conf/INSTALL Sun Mar 16 13:37:36 2014
@@ -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 @@ maxusers 8
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