this post was submitted on 11 Aug 2025
60 points (100.0% liked)
Linux
8960 readers
1263 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You're acting as if setting up a ppc64 VM requires insane amounts of effort, when in reality it's really trivial. It took me like a weekend to figure out how to set up a PowerPC QEMU VM and install FreeBSD in it, and I'm not at all an expert when it comes to VMs or QEMU or PowerPC. I still use it to test software for big endian machines:
start.sh
Also you don't usually compile stuff inside VMs (unless there is no other way). You use cross-compilation toolchains which are just as fast as native toolchains, except they spit out machine code for the architecture that you're compiling for. Testing on real hardware is only really necessary if you're like developing a device driver, or the hardware has certain quirks to it that are just not there in VMs.