Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Enable CD9660; noticed by he@.
details: https://anonhg.NetBSD.org/src/rev/6dc5bbce3892
branches: trunk
changeset: 372329:6dc5bbce3892
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Nov 15 14:49:14 2022 +0000
description:
Enable CD9660; noticed by he@.
diffstat:
sys/arch/evbmips/conf/MIPSSIM | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 01c1f54735c8 -r 6dc5bbce3892 sys/arch/evbmips/conf/MIPSSIM
--- a/sys/arch/evbmips/conf/MIPSSIM Tue Nov 15 14:44:04 2022 +0000
+++ b/sys/arch/evbmips/conf/MIPSSIM Tue Nov 15 14:49:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MIPSSIM,v 1.6 2022/08/07 02:52:25 simonb Exp $
+# $NetBSD: MIPSSIM,v 1.7 2022/11/15 14:49:14 simonb Exp $
#
# Kernel config for the QEMU MIPS "mipssim" simulator
#
@@ -8,7 +8,7 @@
include "arch/evbmips/conf/std.mipssim"
-#ident "GENERIC-$Revision: 1.6 $"
+#ident "GENERIC-$Revision: 1.7 $"
maxusers 32
@@ -61,7 +61,7 @@
#file-system UMAPFS # uid/gid remapping filesystem
#file-system LFS # Log-based filesystem (still experimental)
file-system PROCFS # /proc
-#file-system CD9660 # ISO 9660 + Rock Ridge file system
+file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system UNION # union file system
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
#file-system CODA # Coda File System; also needs vcoda (below)
Home |
Main Index |
Thread Index |
Old Index