Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Fix comment; MEMORY_DISK_SIZE --> MEMOR...
details: https://anonhg.NetBSD.org/src/rev/92cba278e5d7
branches: trunk
changeset: 933040:92cba278e5d7
user: rin <rin%NetBSD.org@localhost>
date: Tue May 19 09:17:45 2020 +0000
description:
Fix comment; MEMORY_DISK_SIZE --> MEMORY_DISK_ROOT_SIZE
diffstat:
sys/arch/evbarm/conf/TWINTAIL | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r e645302d4df4 -r 92cba278e5d7 sys/arch/evbarm/conf/TWINTAIL
--- a/sys/arch/evbarm/conf/TWINTAIL Tue May 19 09:14:52 2020 +0000
+++ b/sys/arch/evbarm/conf/TWINTAIL Tue May 19 09:17:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TWINTAIL,v 1.80 2020/05/16 13:46:11 maya Exp $
+# $NetBSD: TWINTAIL,v 1.81 2020/05/19 09:17:45 rin Exp $
#
# TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
#
@@ -89,11 +89,11 @@
# Device options
-#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
-#options MEMORY_DISK_SIZE=3072 # Size in blocks
+#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
+#options MEMORY_DISK_ROOT_SIZE=3072 # Size in blocks
#options MEMORY_DISK_DYNAMIC
-#options MINIROOTSIZE=1000 # Size in blocks
-#options MEMORY_DISK_IS_ROOT # use memory disk as root
+#options MINIROOTSIZE=1000 # Size in blocks
+#options MEMORY_DISK_IS_ROOT # use memory disk as root
# Miscellaneous kernel options
options KTRACE # system call tracing, a la ktrace(1)
Home |
Main Index |
Thread Index |
Old Index