diff options
author | sbruno <sbruno@FreeBSD.org> | 2014-04-09 18:44:54 +0000 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2014-04-09 18:44:54 +0000 |
commit | c5f634c8c7464b097b95909b7a2aeaecbfd68cce (patch) | |
tree | 6f9930f30d25fa40004d1c7f9ceb5605491c76b8 /sys/i386/conf | |
parent | 28bb12a94c4089868cefb586017bbf0c3a809aeb (diff) | |
download | FreeBSD-src-c5f634c8c7464b097b95909b7a2aeaecbfd68cce.zip FreeBSD-src-c5f634c8c7464b097b95909b7a2aeaecbfd68cce.tar.gz |
Really, really, really only allow this option for amd64/i386 builds.
Submitted by: imp@ and tinderbox
Diffstat (limited to 'sys/i386/conf')
-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 b5b4d9b..5878722 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1059,3 +1059,6 @@ options VM_KMEM_SIZE_SCALE # asr old ioctls support, needed by raidutils options ASR_COMPAT + +# Module to enable execution of application via emulators like QEMU +options IMAGACT_BINMISC |