Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ews4800mips/conf Fix comment.



details:   https://anonhg.NetBSD.org/src/rev/23ab4bf78315
branches:  trunk
changeset: 934268:23ab4bf78315
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Jun 09 17:13:41 2020 +0000

description:
Fix comment.

diffstat:

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

diffs (18 lines):

diff -r 5cf8856fe80d -r 23ab4bf78315 sys/arch/ews4800mips/conf/RAMDISK
--- a/sys/arch/ews4800mips/conf/RAMDISK Tue Jun 09 16:49:08 2020 +0000
+++ b/sys/arch/ews4800mips/conf/RAMDISK Tue Jun 09 17:13:41 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.28 2020/06/09 16:49:08 tsutsui Exp $
+#      $NetBSD: RAMDISK,v 1.29 2020/06/09 17:13:41 tsutsui Exp $
 #
 # kernel config file with memory disk for installation
 #
@@ -14,7 +14,7 @@
 # This sets the memory disk image size for the kernel. There is another
 # memory disk image size defined in the boot blocks:
 #      src/sys/arch/ews4800mips/stand/boot/Makefile
-options        MEMORY_DISK_ROOT_SIZE=6144      # size of memory disk, in blocks (12)
+options        MEMORY_DISK_ROOT_SIZE=6144      # size of memory disk, in blocks (3MB)
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 options        PIPE_SOCKETPAIR



Home | Main Index | Thread Index | Old Index