diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-18 20:29:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-18 20:29:54 +0000 |
commit | ad9b20487ca0cace582bf9cbe2d0928c6352d3b9 (patch) | |
tree | 546046e6a2684c5fa422ce24627954b1e3a0aac7 /sys/arch/vax/conf/RAMDISK | |
parent | 91b82eb64aed955f910d5c8757881f087df8a235 (diff) |
We don't provide COMPAT_1[234] options anymore.
Diffstat (limited to 'sys/arch/vax/conf/RAMDISK')
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 5354c7e7731..40622477da3 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.9 2001/07/31 08:24:56 hugh Exp $ +# $OpenBSD: RAMDISK,v 1.10 2001/08/18 20:29:53 miod Exp $ machine vax # machine type @@ -55,9 +55,6 @@ option WSDISPLAY_DEFAULTSCREENS=8 # 4.3BSD Reno programs and get Ultrix compatibility instead. # (They cannot coexist). #option COMPAT_VAX1K # Must be present to run pre-1.4 binaries. -option COMPAT_12 -#option COMPAT_13 -#option COMPAT_14 #option COMPAT_ULTRIX option INSN_EMULATE # CPU lacks some hardware instructions. |