Source-Changes-HG archive

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

[src/trunk]: src Bump pmax install ramdisk size by another 100k, as 3500k is ...



details:   https://anonhg.NetBSD.org/src/rev/e4717db35c9e
branches:  trunk
changeset: 448902:e4717db35c9e
user:      gson <gson%NetBSD.org@localhost>
date:      Wed Feb 13 07:55:33 2019 +0000

description:
Bump pmax install ramdisk size by another 100k, as 3500k is no longer
enough with GCC 7.

diffstat:

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

diffs (35 lines):

diff -r e9adac75904d -r e4717db35c9e distrib/pmax/ramdisk/Makefile
--- a/distrib/pmax/ramdisk/Makefile     Wed Feb 13 07:04:12 2019 +0000
+++ b/distrib/pmax/ramdisk/Makefile     Wed Feb 13 07:55:33 2019 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.48 2017/07/16 14:24:29 christos Exp $
+#      $NetBSD: Makefile,v 1.49 2019/02/13 07:55:33 gson Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
 IMAGETAR=      diskimage.tgz
-IMAGESIZE=     3500k
+IMAGESIZE=     3600k
 MAKEFS_FLAGS+= -f 15
 
 WARNS=         1
diff -r e9adac75904d -r e4717db35c9e sys/arch/pmax/conf/RAMDISK
--- a/sys/arch/pmax/conf/RAMDISK        Wed Feb 13 07:04:12 2019 +0000
+++ b/sys/arch/pmax/conf/RAMDISK        Wed Feb 13 07:55:33 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.14 2017/07/14 12:27:55 christos Exp $
+#      $NetBSD: RAMDISK,v 1.15 2019/02/13 07:55:33 gson Exp $
 #
 # Install kernel with ramdisk added.
 # The ramdisk is be too big to netboot directly via ECOFF on some machines,
@@ -13,7 +13,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=7000      # size of memory disk, in blocks (3500kB)
+options        MEMORY_DISK_ROOT_SIZE=7200      # size of memory disk, in blocks (3500kB)
 #options       MEMORY_DISK_ROOT_SIZE=2880      # 1.44M, same as a floppy
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 



Home | Main Index | Thread Index | Old Index