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 Add a comment where the other memo...
details: https://anonhg.NetBSD.org/src/rev/cdafe9c602a3
branches: trunk
changeset: 466508:cdafe9c602a3
user: christos <christos%NetBSD.org@localhost>
date: Mon Dec 23 19:30:12 2019 +0000
description:
Add a comment where the other memory disk is defined to avoid future confusion.
diffstat:
sys/arch/ews4800mips/conf/RAMDISK | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 677279015398 -r cdafe9c602a3 sys/arch/ews4800mips/conf/RAMDISK
--- a/sys/arch/ews4800mips/conf/RAMDISK Mon Dec 23 19:29:03 2019 +0000
+++ b/sys/arch/ews4800mips/conf/RAMDISK Mon Dec 23 19:30:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.23 2019/04/27 12:08:11 sevan Exp $
+# $NetBSD: RAMDISK,v 1.24 2019/12/23 19:30:12 christos Exp $
#
# kernel config file with memory disk for installation
#
@@ -11,6 +11,9 @@
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
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_RBFLAGS=RB_SINGLE # boot in single-user mode
Home |
Main Index |
Thread Index |
Old Index