• echo64@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      11
      ·
      9 months ago

      emulate

      ĕm′yə-lāt″

      transitive verb

      To strive to equal or excel, especially through imitation.

      To compete with successfully; approach or attain equality with.

      To imitate the function of (another system), as by modifications to hardware or software that allow the imitating system to accept the same data, execute the same programs, and achieve the same results as the imitated system.

      • Nibodhika@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        ·
        9 months ago

        Yes, and I usually agree with you and think the whole WINE Is Not an Emulator acronym is a bit too much because a windows Emulator is the easiest way to explain Wine… That being said emulators have a technical definition, and Wine does not fit it because it doesn’t emulate hardware nor does it translate binaries. Linux is perfectly capable of understanding windows binaries and vice-versa, because they both run on the same platform the binaries are the same, which is to say a specific sequence of bits that instructs the processor to do something is the same for both Windows and Linux binaries. The reason you can’t run windows binaries on Linux (again, or vice-versa) is because they make calls to external libraries that are not available, be it the windows API or the Linux Kernel API. So if you write a library that implements the windows API using Linux APIs you suddenly are able to run windows binaries on Linux, and that’s all that wine does.

      • smeg@feddit.uk
        link
        fedilink
        English
        arrow-up
        7
        arrow-down
        1
        ·
        9 months ago

        I’m capable of computing logical operations, that doesn’t make me a computer