Today we’re very excited to announce the open-source release of the Windows Subsystem for Linux. This is the result of a multiyear effort to prepare for this, and a great closure to the first ever issue raised on the Microsoft/WSL repo:

https://github.com/microsoft/WSL

  • ramble81@lemm.ee
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    1
    ·
    7 hours ago

    So besides the brownie points, im curious what having it open sourced will benefit. Not like you can fork it to run on a different OS. You can make some extensions but to do what? You can’t really tie it further in to the host OS unless you know of some undocumented Win32 APIs.

    Maybe im just not thinking creatively enough.

    • SuiXi3D@fedia.io
      link
      fedilink
      arrow-up
      24
      arrow-down
      1
      ·
      5 hours ago

      im curious what having it open sourced will benefit

      MS won’t have to pay their own people to work on it anymore.

    • CosmicTurtle0@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      19
      ·
      7 hours ago

      They released their code as MIT which is far more permissive than I was expecting. I was expecting some sort of proprietary license.

      But they need to keep doing stuff like this. Devcontainers for VS Code is still proprietary and keeps me from running codium.

    • The_Decryptor@aussie.zone
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 hours ago

      Not like you can fork it to run on a different OS.

      For WSL1? yep that’s effectively impossible.

      WSL2 is effectively just a wrapper around the kernel virtualization support and a bundling format, as long as whatever image you run talks to the host properly (like any other virtualised OS would) it’d run.