Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/conf Oops, fix comment in the previous for ...



details:   https://anonhg.NetBSD.org/src/rev/e645302d4df4
branches:  trunk
changeset: 933039:e645302d4df4
user:      rin <rin%NetBSD.org@localhost>
date:      Tue May 19 09:14:52 2020 +0000

description:
Oops, fix comment in the previous for accuracy.

diffstat:

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

diffs (18 lines):

diff -r c8c85e95ae6e -r e645302d4df4 sys/arch/luna68k/conf/INSTALL
--- a/sys/arch/luna68k/conf/INSTALL     Tue May 19 09:02:48 2020 +0000
+++ b/sys/arch/luna68k/conf/INSTALL     Tue May 19 09:14:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.28 2020/05/19 09:02:48 rin Exp $
+# $NetBSD: INSTALL,v 1.29 2020/05/19 09:14:52 rin Exp $
 #
 # config for installation ramdisk kernel
 # 
@@ -15,7 +15,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT             # Force root on ram-disk
 options        MEMORY_DISK_SERVER=0            # no userspace md(4) support
-options        MEMORY_DISK_ROOT_SIZE=4000      # 2.00 Megabytes
+options        MEMORY_DISK_ROOT_SIZE=4000      # size of memory disk, in blocks
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 # Standard system options



Home | Main Index | Thread Index | Old Index