Mental Gear Reduction
Wise, Aged Ars Veteran
To be interesting to me, Windows on ARM would have to be a lot faster, a lot more efficient, or some combination of the two. So far, that's not happening, and RISC-V is much further out.
Linux on ARM, on the other hand, runs very nicely. Because it's source-based, and almost all C, there isn't a lot of legacy cruft to support. It just doesn't matter what the CPU is when you're running Linux; all you really detect at the user and programming levels is how fast it is or isn't. The same would apply to RISC-V; the CPU is pretty much irrelevant for almost everyone but kernel and compiler writers. (Well, as long as the CPU is little-endian, anyway. Big-endian sometimes needs programmer awareness.)
A fast Linux ARM box would seem perfectly achievable at this point. I guess they just figure there's not enough of a market there to bother. If RISC-V chips get fast, I don't see the market as being any larger, so I'm not sure we're gonna see truly competitive RISC-V chips ever delivered into a desktop-targeted system.
Part of what's shutting that possibility down is the large quantities of cheap and fairly fast Intel chips in mini-PCs. The RPi5 is maybe the best example of a reasonably fast ARM desktop, and it's way overpriced compared to the N95 and N100 boxes.
Linux on ARM, on the other hand, runs very nicely. Because it's source-based, and almost all C, there isn't a lot of legacy cruft to support. It just doesn't matter what the CPU is when you're running Linux; all you really detect at the user and programming levels is how fast it is or isn't. The same would apply to RISC-V; the CPU is pretty much irrelevant for almost everyone but kernel and compiler writers. (Well, as long as the CPU is little-endian, anyway. Big-endian sometimes needs programmer awareness.)
A fast Linux ARM box would seem perfectly achievable at this point. I guess they just figure there's not enough of a market there to bother. If RISC-V chips get fast, I don't see the market as being any larger, so I'm not sure we're gonna see truly competitive RISC-V chips ever delivered into a desktop-targeted system.
Part of what's shutting that possibility down is the large quantities of cheap and fairly fast Intel chips in mini-PCs. The RPi5 is maybe the best example of a reasonably fast ARM desktop, and it's way overpriced compared to the N95 and N100 boxes.