petsoi@discuss.tchncs.de to Linux@lemmy.ml · 3 months agoFedora 42 On 64-bit ARM Might Make It Seamless To Run x86/x86_64 Programswww.phoronix.comexternal-linkmessage-square30fedilinkarrow-up11arrow-down10
arrow-up11arrow-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 · 3 months agomessage-square30fedilink
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up1·3 months agoThat’d be cool. I mean, can’t you just run it with qemu-user anyway?
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up1·3 months agoI guess it is more performant. https://discussion.fedoraproject.org/t/131147
minus-squareM500@lemmy.mllinkfedilinkEnglisharrow-up0arrow-down1·3 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-up1·3 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?
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.
This is what I was refering to.