Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.05 KB

the-wine-project.md

File metadata and controls

15 lines (10 loc) · 1.05 KB

Back to catalogue

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, Android, Solaris & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.

Application Instructions

  • Twitter: Please read the introduction at https://wiki.winehq.org/Summer_Of_Code Note: You are not allowed to read or reuse Windows source code (leaked source / Windows Research Kernel / ...) You are not allowed to reverse engineer Windows files by disassembling or decompiling them You are not allowed to analyze Windows files with the trace functions of Wine People who work or have worked for Microsoft should probably not participate