petsoi@discuss.tchncs.de to Linux@lemmy.ml · 4 months agoFedora 42 On 64-bit ARM Might Make It Seamless To Run x86/x86_64 Programswww.phoronix.comexternal-linkmessage-square24fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1external-linkFedora 42 On 64-bit ARM Might Make It Seamless To Run x86/x86_64 Programswww.phoronix.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 4 months agomessage-square24fedilink
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up1·4 months agoThat’d be cool. I mean, can’t you just run it with qemu-user anyway?
minus-squarePossibly linux@lemmy.ziplinkfedilinkEnglisharrow-up1·4 months agoYou can but the performance will be suboptimal
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up1·4 months agoI guess it is more performant. https://discussion.fedoraproject.org/t/131147
minus-squareM500@lemmy.mllinkfedilinkEnglisharrow-up1arrow-down1·4 months agoLet 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.
minus-squarePenta@lemmy.worldlinkfedilinkarrow-up2·4 months agoQemu can emulate one architecture on another. And qemu-user can be used to run a single userspace-program on a different architecture.
That’d be cool.
I mean, can’t you just run it with qemu-user anyway?
You can but the performance will be suboptimal
I guess it is more performant.
https://discussion.fedoraproject.org/t/131147
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.
Qemu can emulate one architecture on another. And qemu-user can be used to run a single userspace-program on a different architecture.