diff options
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e5fe116..e18e9c9 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -892,6 +892,9 @@ options SPX_HACK # Enable Linux ABI emulation options COMPAT_LINUX +# Enable i386 a.out binary support +options COMPAT_AOUT + # Enable the linux-like proc filesystem support (requires COMPAT_LINUX # and PSEUDOFS) options LINPROCFS |