diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-23 11:51:58 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-23 11:51:58 +0000 |
commit | 3c5b48554a95942bf519f5ab627418c979fff477 (patch) | |
tree | d0e883ea886159536873d95a1d5391c8266f88e3 /sys/arch/alpha/conf/OPAL | |
parent | 3dc03ddb7bbd6908beb49ee1afb15addb7dbf25b (diff) |
Removed DDB again, as it is missing a lot of stuff. Added COMPAT_OSF1
which at least compiles...
Diffstat (limited to 'sys/arch/alpha/conf/OPAL')
-rw-r--r-- | sys/arch/alpha/conf/OPAL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/OPAL b/sys/arch/alpha/conf/OPAL index 2c318852d77..09f6223c95e 100644 --- a/sys/arch/alpha/conf/OPAL +++ b/sys/arch/alpha/conf/OPAL @@ -1,4 +1,4 @@ -# $OpenBSD: OPAL,v 1.1 1996/08/02 22:21:37 niklas Exp $ +# $OpenBSD: OPAL,v 1.2 1996/08/23 11:51:57 niklas Exp $ # # OPAL, kernel for a DEC Multia at Applitron @@ -17,7 +17,7 @@ option DST=1 # Daylight savings rules (for param.c) option SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory) option DEBUG, DIAGNOSTIC # Extra kernel debugging option KTRACE # System call tracing support -option DDB +#option DDB # Kernel debugger (not yet supported) # File system options option FIFO # POSIX fifo support (in all file systems) @@ -47,7 +47,7 @@ option COMPAT_10 option COMPAT_11 # OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK -#option COMPAT_OSF1 +option COMPAT_OSF1 # Loadable Kernel Modules option LKM |