Fix comment.

This commit is contained in:
tsutsui 2020-06-09 17:13:41 +00:00
parent 4907681a33
commit dac5bee800

View File

@ -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 userspace memory disk support
# 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