Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/conf bump ramdisk image size to match build size.



details:   https://anonhg.NetBSD.org/src/rev/ba635c85c93e
branches:  trunk
changeset: 943654:ba635c85c93e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Sep 07 09:14:47 2020 +0000

description:
bump ramdisk image size to match build size.

diffstat:

 sys/arch/pmax/conf/RAMDISK64 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e31da8975a62 -r ba635c85c93e sys/arch/pmax/conf/RAMDISK64
--- a/sys/arch/pmax/conf/RAMDISK64      Mon Sep 07 09:09:40 2020 +0000
+++ b/sys/arch/pmax/conf/RAMDISK64      Mon Sep 07 09:14:47 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK64,v 1.6 2019/04/03 11:30:28 christos Exp $
+#      $NetBSD: RAMDISK64,v 1.7 2020/09/07 09:14:47 mrg 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=8200      # size of memory disk, in blocks (4100kB)
+options        MEMORY_DISK_ROOT_SIZE=9000      # size of memory disk, in blocks (4500kB)
 
 # File systems: need MFS
 file-system    MFS             # memory file system



Home | Main Index | Thread Index | Old Index