Created
January 18, 2021 22:49
-
-
Save stephane/da4901064c269e176c5b0a4d9acd770c to your computer and use it in GitHub Desktop.
To run a big-endian system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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