Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Temporarily disable NTFS for an intern...



details:   https://anonhg.NetBSD.org/src/rev/c3c0a047103f
branches:  trunk
changeset: 941645:c3c0a047103f
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Oct 25 18:53:11 2020 +0000

description:
Temporarily disable NTFS for an internal test.

diffstat:

 sys/arch/sparc64/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r ef82cd3e777c -r c3c0a047103f sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Sun Oct 25 18:40:00 2020 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Sun Oct 25 18:53:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.230 2020/09/27 13:48:54 roy Exp $
+# $NetBSD: GENERIC,v 1.231 2020/10/25 18:53:11 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.230 $"
+#ident         "GENERIC-$Revision: 1.231 $"
 
 maxusers       64
 
@@ -861,3 +861,6 @@
 # options      PAX_MPROTECT=0          # PaX mprotect(2) restrictions
 # options      PAX_MPROTECT_DEBUG=1    # PaX mprotect debug
 options        PAX_ASLR=1              # PaX Address Space Layout Randomization
+
+# Temporary workaround while analyzing memory corruption when booting from CD
+no file-system NTFS



Home | Main Index | Thread Index | Old Index