タグ

ブックマーク / werat.dev (1)

  • How Wine works 101 🍷

    Wine is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD (https://www.winehq.org). If you have been using Linux for some time now, chances are you’ve used Wine at some point. Maybe to run that one very important Windows program that doesn’t have a Linux version or maybe to play World of Warcraft or some other ga

    masterq
    masterq 2022/11/08
    "Wineの仕組み解説。Wine自体はエミュレータではない。x86 LinuxはWindowsのコードをそのまま実行できるため、Wineは基本的にhttp://ld.soのような動的ローダの一種とみなせる。大変なのはWindowsの膨大なAPIをひとつひとつ実装する"
  • 1