Add 9660 file system, and set DDB_ONPANIC to 0.
This commit is contained in:
parent
cd9e2f3b86
commit
1777807068
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: BASALT,v 1.15 1997/01/31 05:56:10 thorpej Exp $
|
||||
# $NetBSD: BASALT,v 1.16 1997/03/12 02:08:02 thorpej Exp $
|
||||
#
|
||||
# Kernel for basalt.og.org - thorpej's HP380 file server.
|
||||
#
|
||||
|
@ -31,6 +31,7 @@ file-system KERNFS # kernel data-structure filesystem
|
|||
file-system FDESC # user file descriptor filesystem
|
||||
file-system PROCFS # /proc filesystem
|
||||
file-system MFS # Memory-based filesystem
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge filesystem
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
@ -51,6 +52,7 @@ options COMPAT_M68K4K # m68k4k executables
|
|||
# Debugging options
|
||||
options DIAGNOSTIC # Kernel sanity checks
|
||||
options DDB # Kernel Dynamic Debugger
|
||||
options DDB_ONPANIC=0 # Don't go into DDB on panic
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
|
Loading…
Reference in New Issue