diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-18 01:21:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-05-18 01:21:04 +0000 |
commit | 3d4e511ad3c613ddbe34c9383152e7a9d3e346a3 (patch) | |
tree | 42b8f198fb8348d1bc743867b9ce39ae047fa8da /sys/arch/amd64 | |
parent | bf2938df54c7c6de827423e0a072c1745f494d16 (diff) |
remove the COMPAT entries. they are not useful here
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index b63f0c64006..57e6570b826 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.178 2007/04/26 00:21:39 dlg Exp $ +# $OpenBSD: GENERIC,v 1.179 2007/05/18 01:21:03 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -23,12 +23,6 @@ option APERTURE # in-kernel aperture driver for XFree86 #option KGDB # Remote debugger support; exclusive of DDB #option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 -#option COMPAT_SVR4 # binary compatibility with SVR4 -#option COMPAT_IBCS2 # binary compatibility with SCO and ISC -#option COMPAT_LINUX # binary compatibility with Linux -#option COMPAT_FREEBSD # binary compatibility with FreeBSD -#option COMPAT_BSDOS # binary compatibility with BSD/OS -#option COMPAT_AOUT # a.out binaries are emulated #option PROCFS # /proc #option NTFS # Experimental NTFS support |