Enable CD9660; noticed by he@.

This commit is contained in:
simonb 2022-11-15 14:49:14 +00:00
parent 851b900a99
commit 12b3d68b52
1 changed files with 3 additions and 3 deletions

View File

@ -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 FDESC # user file descriptor filesystem
#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)