From 6bf46c4c5f64ee94e1e6bf293b805011f3ccf692 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 7 Sep 2002 01:49:52 +0000 Subject: [PATCH] Add options COMPAT_AOUT to detect future bitrot. --- sys/i386/conf/NOTES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e5fe1167194..e18e9c991fb 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