summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2014-04-08 21:39:51 +0000
committersbruno <sbruno@FreeBSD.org>2014-04-08 21:39:51 +0000
commita31581c714ba3ebda348f2164bcaec09212892b0 (patch)
treea56f1cb969aba732d22c125054cfab9f143836e7 /sys/conf
parentab886ad015bcaf8c30ad9c3ea3c55cfaeac80e30 (diff)
downloadFreeBSD-src-a31581c714ba3ebda348f2164bcaec09212892b0.zip
FreeBSD-src-a31581c714ba3ebda348f2164bcaec09212892b0.tar.gz
Actually, since this is what I thought I was doing, only allow the
binmisc code to be build on amd64/i386 for the kernel. Update NOTES with some indication of what this code is used for. Pointed out by jhb@ ... thanks! Submitted by: jhb@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/options.amd641
-rw-r--r--sys/conf/options.i3861
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 22a2bb0..b8059bb 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2963,3 +2963,6 @@ options RANDOM_YARROW # Yarrow RNG
##options RANDOM_FORTUNA # Fortuna RNG - not yet implemented
options RANDOM_DEBUG # Debugging messages
options RANDOM_RWFILE # Read and write entropy cache
+
+# Module to enable execution of application via emulators like QEMU
+options IMAGACT_BINMISC
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64
index f1d4b4a..b23c5cd 100644
--- a/sys/conf/options.amd64
+++ b/sys/conf/options.amd64
@@ -21,6 +21,7 @@ COMPAT_FREEBSD32 opt_compat.h
COMPAT_LINUX32 opt_compat.h
#COMPAT_SVR4 opt_dontuse.h
#DEBUG_SVR4 opt_svr4.h
+IMAGACT_BINMISC opt_dontuse.h
LINPROCFS opt_dontuse.h
LINSYSFS opt_dontuse.h
NDISAPI opt_dontuse.h
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 3638266..7e64a80 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -26,6 +26,7 @@ IBCS2 opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
+IMAGACT_BINMISC opt_binmisc.h
LINPROCFS opt_dontuse.h
LINSYSFS opt_dontuse.h
NDISAPI opt_dontuse.h
OpenPOWER on IntegriCloud