Add a note how to work around Wine issuing an error message of i386_set_ldt: Invalid argument Did you reconfigure your kernel with "options USER_LDT"? On the way port part of r442561 | gerald | 2017-06-04 from emulators/wine: Be more bold re games working. PR: 224264 [1] Submitted by: rozhuk.im@gmail.com [1] Reviewed by: arrowd [1] Approved by: dbn (implicit)
15 lines
642 B
Text
15 lines
642 B
Text
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.
|
|
|
|
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/
|