• Kairos
    link
    55 days ago

    That’d be cool.

    I mean, can’t you just run it with qemu-user anyway?

    • @M500@lemmy.ml
      link
      fedilink
      English
      45 days ago

      Let me know if I don’t know enough about what you are talking about, but I think your saying to use qemu to o run windows.

      This is about running x86 code on arm processors, like what Apple does with Rosetta.

      • @Penta@lemmy.world
        link
        fedilink
        115 days ago

        Qemu can emulate one architecture on another. And qemu-user can be used to run a single userspace-program on a different architecture.

        • @bruce965@lemmy.ml
          link
          fedilink
          3
          edit-2
          5 days ago

          I might be very mistaken, but I don’t think QEMU can link mixed-architecture dependencies. Box86 can run an x86 game on ARM and link ARM-native shared objects for OpenGL, thus skipping emulation of some hotpath code.

        • Kairos
          link
          25 days ago

          This is what I was refering to.