Skip to content

Instantly share code, notes, and snippets.

@stephane
Created January 18, 2021 22:49
Show Gist options
  • Save stephane/da4901064c269e176c5b0a4d9acd770c to your computer and use it in GitHub Desktop.
Save stephane/da4901064c269e176c5b0a4d9acd770c to your computer and use it in GitHub Desktop.
To run a big-endian system
# Doesn't work anymore
docker run -it —-rm —-privileged multiarch/qemu-user-static —-credential yes —-persistent yes
docker run -it —-rm s390x/ubuntu bash
# works
sudo pacman -S qemu qemu-extras
curl -O https://people.debian.org/~aurel32/qemu/powerpc/debian_wheezy_powerpc_standard.qcow2
qemu-system-ppc -hda debian_wheezy_powerpc_standard.qcow2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment