diff options
author | peter <peter@FreeBSD.org> | 2001-02-27 07:39:12 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-02-27 07:39:12 +0000 |
commit | bc97832a62f3bfaf2108ed7e39e41063b15c73bb (patch) | |
tree | c4ac5305a6baa477b3e8a5f84545162da2670dbe /sys/i386 | |
parent | e5b0fe79ae7af672f09d725e6ea1eae8f088365a (diff) | |
download | FreeBSD-src-bc97832a62f3bfaf2108ed7e39e41063b15c73bb.zip FreeBSD-src-bc97832a62f3bfaf2108ed7e39e41063b15c73bb.tar.gz |
"Document" the COMPAT_LINUX and IBCS2 ABI emulation support together
rather than in silly places like "VFS Cluster debugging". People
should really be using COMPAT_LINUX instead of the linux module on
dynamic systems like -current.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/NOTES | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index d6efcdf..eb453da 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2559,6 +2559,22 @@ options NSFBUFS=1024 # options DEBUG_LOCKS + +##################################################################### +# ABI Emulation + +# Enable iBCS2 runtime support for SCO and ISC binaries +options IBCS2 + +# Emulate spx device for client side of SVR3 local X interface +options SPX_HACK + +# Enable Linux ABI emulation +options COMPAT_LINUX + +# Linux debugging +options DEBUG_LINUX + # # SysVR4 ABI emulation # @@ -2579,11 +2595,8 @@ options COMPAT_SVR4 # build emulator statically options DEBUG_SVR4 # enable verbose debugging device streams # STREAMS network driver (required for svr4). -# Enable iBCS2 runtime support for SCO and ISC binaries -options IBCS2 -# Emulate spx device for client side of SVR3 local X interface -options SPX_HACK - + +##################################################################### # USB support # UHCI controller device uhci @@ -2715,13 +2728,11 @@ options CAM_DEBUG_DELAY # VFS cluster debugging. options CLUSTERDEBUG -options COMPAT_LINUX # Eliminate unneeded cache flush instruction(s). options CPU_UPGRADE_HW_CACHE options DEBUG -options DEBUG_LINUX # PECOFF module (Win32 Execution Format) options PECOFF_SUPPORT |