summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.amd64
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-08-16 07:55:06 +0000
committertjr <tjr@FreeBSD.org>2004-08-16 07:55:06 +0000
commit8a2532c4567e38e9bc8d8959387af72c4a855cee (patch)
tree8db1b1fe965caf91b81508b975442417a3f13b98 /sys/conf/options.amd64
parent4ba41b4c333176e4dd5368706f1bdbc11c9e6d86 (diff)
downloadFreeBSD-src-8a2532c4567e38e9bc8d8959387af72c4a855cee.zip
FreeBSD-src-8a2532c4567e38e9bc8d8959387af72c4a855cee.tar.gz
Add preliminary support for running 32-bit Linux binaries on amd64, enabled
with the COMPAT_LINUX32 option. This is largely based on the i386 MD Linux emulations bits, but also builds on the 32-bit FreeBSD and generic IA-32 binary emulation work. Some of this is still a little rough around the edges, and will need to be revisited before 32-bit and 64-bit Linux emulation support can coexist in the same kernel.
Diffstat (limited to 'sys/conf/options.amd64')
-rw-r--r--sys/conf/options.amd641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64
index 097b622..a383137 100644
--- a/sys/conf/options.amd64
+++ b/sys/conf/options.amd64
@@ -12,6 +12,7 @@ PMAP_SHPGPERPROC opt_pmap.h
# (see src/sys/conf/options), except for broken debugging options.
#IBCS2 opt_dontuse.h
#COMPAT_LINUX opt_dontuse.h
+COMPAT_LINUX32 opt_compat.h
#COMPAT_SVR4 opt_dontuse.h
#DEBUG_SVR4 opt_svr4.h
#NDISAPI opt_dontuse.h
OpenPOWER on IntegriCloud