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 ramdisk ate too much ice cream, compensate.



details:   https://anonhg.NetBSD.org/src/rev/c28c45e96f7f
branches:  trunk
changeset: 825425:c28c45e96f7f
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 13 21:14:41 2017 +0000

description:
ramdisk ate too much ice cream, compensate.

diffstat:

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

diffs (18 lines):

diff -r 21cd891ebf98 -r c28c45e96f7f sys/arch/pmax/conf/RAMDISK
--- a/sys/arch/pmax/conf/RAMDISK        Thu Jul 13 19:10:59 2017 +0000
+++ b/sys/arch/pmax/conf/RAMDISK        Thu Jul 13 21:14:41 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.12 2010/11/23 11:14:04 hannken Exp $
+#      $NetBSD: RAMDISK,v 1.13 2017/07/13 21:14:41 christos 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=6800      # size of memory disk, in blocks (3400kB)
+options        MEMORY_DISK_ROOT_SIZE=7000      # size of memory disk, in blocks (3400kB)
 #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