[tjr@FreeBSD.org: cvs commit: src/sys/conf files.amd64
options.amd64 src/sys/amd64/conf NOTES src/sys/amd64/linux32
Makefile linux.h linux32_dummy.c linux32_genassym.c linux32_ipc64.h
linux32_locore.s linux32_machdep.c linux32_proto.h ...]
Tim Robbins
tjr at freebsd.org
Mon Aug 16 01:34:46 PDT 2004
Support for 32-bit Linux binary emulation is now in the tree. The
instructions at http://people.freebsd.org/~tjr/linux32.html have also
been updated to use Slackware 10.0 for the base system and for
OpenOffice 1.1.2.
----- Forwarded message from "Tim J. Robbins" <tjr at FreeBSD.org> -----
X-Original-To: tim at localhost
Delivered-To: tim at localhost.robbins.dropbear.id.au
Delivered-To: tjr at freebsd.org
Delivered-To: src-committers at freebsd.org
From: "Tim J. Robbins" <tjr at FreeBSD.org>
Date: Mon, 16 Aug 2004 07:55:06 +0000 (UTC)
To: src-committers at FreeBSD.org, cvs-src at FreeBSD.org,
cvs-all at FreeBSD.org
Subject: cvs commit: src/sys/conf files.amd64 options.amd64
src/sys/amd64/conf NOTES src/sys/amd64/linux32 Makefile linux.h
linux32_dummy.c linux32_genassym.c linux32_ipc64.h
linux32_locore.s linux32_machdep.c linux32_proto.h ...
X-FreeBSD-CVS-Branch: HEAD
Precedence: bulk
X-Loop: FreeBSD.ORG
X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.15.7
tjr 2004-08-16 07:55:06 UTC
FreeBSD src repository
Modified files:
sys/conf options.amd64 files.amd64
sys/amd64/conf NOTES
Added files:
sys/amd64/linux32 Makefile linux.h linux32_dummy.c
linux32_genassym.c linux32_ipc64.h
linux32_locore.s linux32_machdep.c
linux32_proto.h linux32_syscall.h
linux32_sysent.c linux32_sysvec.c
syscalls.conf syscalls.master
Log:
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.
Revision Changes Path
1.16 +3 -0 src/sys/amd64/conf/NOTES
1.1 +15 -0 src/sys/amd64/linux32/Makefile (new)
1.1 +722 -0 src/sys/amd64/linux32/linux.h (new)
1.1 +91 -0 src/sys/amd64/linux32/linux32_dummy.c (new)
1.1 +17 -0 src/sys/amd64/linux32/linux32_genassym.c (new)
1.1 +145 -0 src/sys/amd64/linux32/linux32_ipc64.h (new)
1.1 +45 -0 src/sys/amd64/linux32/linux32_locore.s (new)
1.1 +1019 -0 src/sys/amd64/linux32/linux32_machdep.c (new)
1.1 +869 -0 src/sys/amd64/linux32/linux32_proto.h (new)
1.1 +222 -0 src/sys/amd64/linux32/linux32_syscall.h (new)
1.1 +288 -0 src/sys/amd64/linux32/linux32_sysent.c (new)
1.1 +1088 -0 src/sys/amd64/linux32/linux32_sysvec.c (new)
1.1 +11 -0 src/sys/amd64/linux32/syscalls.conf (new)
1.1 +345 -0 src/sys/amd64/linux32/syscalls.master (new)
1.45 +34 -1 src/sys/conf/files.amd64
1.15 +1 -0 src/sys/conf/options.amd64
----- End forwarded message -----
More information about the freebsd-amd64
mailing list