COMPAT_LINUX geht nicht

bsd5543

IT of the living dead
Hi all,

ich nutze FreeBSD 5.3-p2 auf amd64.

Beim Versuch COMPAT_LINUX in den Kernel zu kompilieren, meldet er eine unknown option.

Ich konnte bisher nichts finden, was besagt, dass die linux-emu nicht unter amd64 läuft.

Hat jemand einen Tipp?


cheers
 
Hallo bsd5543,

ein Auszug aus /usr/src/sys/amd64/conf/NOTES sollte Deine Frage beantworten.
Code:
#####################################################################
# ABI Emulation

#XXX keep these here for now and reactivate when support for emulating
#XXX these 32 bit binaries is added.

# Enable 32-bit runtime support for FreeBSD/i386 binaries.
options 	COMPAT_IA32

# Enable iBCS2 runtime support for SCO and ISC binaries
#XXX#options 	IBCS2

# Emulate spx device for client side of SVR3 local X interface
#XXX#options 	SPX_HACK

# Enable Linux ABI emulation
#XXX#options 	COMPAT_LINUX

# Enable 32-bit Linux ABI emulation (requires COMPAT_43 and COMPAT_IA32)
options 	COMPAT_LINUX32

# Enable the linux-like proc filesystem support (requires COMPAT_LINUX32
# and PSEUDOFS)
options 	LINPROCFS

Viele Grüße

Jürgen
 
Back
Top