• Treczoks@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    Why would anyone do that? Even Windows on ARM is only a desperate move by Microsoft to make an appearence of keeping up with times, but RISC-V?

  • ramble81@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    They tried Windows on Itanium and on Alpha. I think the biggest issue is even though the OS could be recompiled, most apps are not compiled at install in order to take advantage of the underlying platform. You saw a similar issue with the original Surface being ARM only. Sure the OS was there but people couldn’t run the Windows apps they were used to and Microsoft got held responsible rather than the developers.

    Alternatively you’d have to put an x86 emulation layer which would slow apps down and people would again ask “why?”

    • nossaquesapao@lemmy.eco.br
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      One of the great advantages of software distributed with the source code is the flexibility to move to different platforms and architectures. I wonder if moving to a snap/flatpak model will change this flexibility in the future.

      • deadcade@lemmy.deadca.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 months ago

        They tried that, it’s called UWP. A lot of programs don’t want to be distributed through the microsoft store though, forcing them to use “old” .exe’s

        • BearOfaTime@lemm.ee
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 months ago

          God knows I don’t want that crap either. They’re always bastardized versions of full apps.

    • Brkdncr@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 months ago

      Hmm I wonder why MS has spent so much time converting office apps to run on webview2…

    • Veraxus@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      Emulation worked (and still works) great when Apple switched from x86 to ARM. It can be done.