Source-Changes-HG archive

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

[src/trunk]: src/distrib/alpha/instkernel/ramdisk Use full available ram disk...



details:   https://anonhg.NetBSD.org/src/rev/05e55b820178
branches:  trunk
changeset: 970908:05e55b820178
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Apr 06 11:58:10 2020 +0000

description:
Use full available ram disk space

diffstat:

 distrib/alpha/instkernel/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 6851dc8fde9c -r 05e55b820178 distrib/alpha/instkernel/ramdisk/Makefile
--- a/distrib/alpha/instkernel/ramdisk/Makefile Mon Apr 06 11:57:51 2020 +0000
+++ b/distrib/alpha/instkernel/ramdisk/Makefile Mon Apr 06 11:58:10 2020 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.32 2017/01/24 18:04:01 christos Exp $
+#      $NetBSD: Makefile,v 1.33 2020/04/06 11:58:10 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     4480k
+IMAGESIZE=     4660k
 MAKEFS_FLAGS+= -o density=5k
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index