I\'m currently trying to build a configuration to test some code on Big-Endian systems.
Through chats and research, i\'ve been convinced that a good target for these tes
On Windows, the complete steps are-
Now open a cygwin terminal and go to the qemu folder inside the terminal, then type-
./qemu-system-ppc -L Bios powerpc_linux.qcow2 -net nic -net user -m 1024
Here only change the VM name powerpc_linux.qcow2 to the correct one.