• bufalo1973@piefed.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 days ago

    I guess most of the process is just using a wrapper to translate the call to a Windows library to the equivalent call to a Linux library.

    • KubeRoot@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      2
      ·
      14 hours ago

      I think most of the work is in the fact that there often isn’t an “equivalent call”, and it can be quite a lot of code to make it work. One funny thing is the whole esync-fsync-ntsync issue, where synchronization is done differently on Linux and on windows, and translating it was a big performance hit, and difficult to do accurately. If I understood correctly, esync, fsync and ntsync were a series of kernel patches implementing additional synchronization code in the kernel, with ntsync actually replicating the windows style.