Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Bump the ramdisk size so that the contents fits again.
details: https://anonhg.NetBSD.org/src/rev/039721d048dc
branches: trunk
changeset: 778176:039721d048dc
user: he <he%NetBSD.org@localhost>
date: Sun Mar 18 14:12:55 2012 +0000
description:
Bump the ramdisk size so that the contents fits again.
diffstat:
distrib/vax/ramdisk/Makefile | 4 ++--
sys/arch/vax/conf/INSTALL | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 97480949afb5 -r 039721d048dc distrib/vax/ramdisk/Makefile
--- a/distrib/vax/ramdisk/Makefile Sun Mar 18 13:31:14 2012 +0000
+++ b/distrib/vax/ramdisk/Makefile Sun Mar 18 14:12:55 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.26 2010/02/11 09:06:51 roy Exp $
+# $NetBSD: Makefile,v 1.27 2012/03/18 14:12:55 he Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
-IMAGESIZE= 1536k
+IMAGESIZE= 1664k
MAKEFS_FLAGS= -f 15
WARNS= 1
diff -r 97480949afb5 -r 039721d048dc sys/arch/vax/conf/INSTALL
--- a/sys/arch/vax/conf/INSTALL Sun Mar 18 13:31:14 2012 +0000
+++ b/sys/arch/vax/conf/INSTALL Sun Mar 18 14:12:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.58 2011/12/18 05:49:33 dholland Exp $
+# $NetBSD: INSTALL,v 1.59 2012/03/18 14:12:55 he 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=3072 # size of memory disk, in blocks
+options MEMORY_DISK_ROOT_SIZE=3328 # 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