mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
ca7b4ef52d
i386_set_ldt: Invalid argument Did you reconfigure your kernel with "options USER_LDT"? PR: 224264 Submitted by: rozhuk.im@gmail.com Reviewed by: arrowd MFH: 2019Q3 (documentation to address crash)
22 lines
876 B
Plaintext
22 lines
876 B
Plaintext
Wine is a Microsoft Windows compatibility layer (or program loader)
|
|
capable of running Windows applications on i386 and compatible CPUs.
|
|
Windows programs running in Wine act as native programs would, running
|
|
without the performance or memory usage penalties of an emulator, with
|
|
a similar look and feel to other applications on your desktop.
|
|
|
|
Many applications already work, more or less, including versions of
|
|
Microsoft Office and many games.
|
|
|
|
Use this port for 32-bit Windows binaries in an i386 environment or
|
|
64-bit Windows binaries in an amd64 environment; emulators/i386-wine-devel
|
|
for 32-bit Windows binaries in an amd64 environment.
|
|
|
|
If you receive a message of "Did you reconfigure your kernel with
|
|
"options USER_LDT"?" add the line
|
|
machdep.max_ldt_segment="2048"
|
|
to /boot/loader.conf and reboot.
|
|
|
|
WWW: http://www.winehq.org/
|
|
|
|
Gerald Pfeifer <gerald@FreeBSD.org>
|