If WINE Is Not an Emulator, how does it work then?
wine is an API call translator. An emulator as to replicate AND IMPLEMENT everything that windows offers. wine just translates Windows API calls into corresponding X API calls.
So it is an interpreter of sorts.
Basically, yes.
This is from Wikipedia:
Wine implements the Windows API entirely in user-space, rather than as a kernel module at the time of writing. Services normally provided by the kernel in Windows are provided by a daemon known as wineserver. Wineserver implements basic Windows functionality, as well as providing extra functions such as X Window integration and translation of signals into native Windows exceptions.
Its faster and works better than an emulator
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks