Module Name: src
Committed By: tsutsui
Date: Tue Jun 9 17:13:41 UTC 2020
Modified Files:
src/sys/arch/ews4800mips/conf: RAMDISK
Log Message:
Fix comment.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/ews4800mips/conf/RAMDISK
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/ews4800mips/conf/RAMDISK
diff -u src/sys/arch/ews4800mips/conf/RAMDISK:1.28 src/sys/arch/ews4800mips/conf/RAMDISK:1.29
--- src/sys/arch/ews4800mips/conf/RAMDISK:1.28 Tue Jun 9 16:49:08 2020
+++ src/sys/arch/ews4800mips/conf/RAMDISK Tue Jun 9 17:13:41 2020
@@ -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 @@ options MEMORY_DISK_SERVER=0 # no users
# 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