qemu-system-ppc64le
QEMU full system emulation binaries (ppc)
Install
- All systems
-
curl cmd.cat/qemu-system-ppc64le.sh
- Debian
-
apt-get install qemu-system-ppc
- Ubuntu
-
apt-get install qemu-system-ppc
- Alpine
-
apk add qemu-system-ppc
- Kali Linux
-
apt-get install qemu-system-ppc
- Fedora
-
dnf install qemu-system-ppc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install qemu-system-ppc
- Raspbian
-
apt-get install qemu-system-ppc
- Dockerfile
- dockerfile.run/qemu-system-ppc64le
- Docker
-
docker run cmd.cat/qemu-system-ppc64le qemu-system-ppc64le
powered by Commando
qemu-system-ppc
QEMU full system emulation binaries (ppc)
QEMU is a fast processor emulator: currently the package supports PowerPC emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides the full system emulation binaries to emulate the following PowerPC hardware: ppc ppcemb ppc64. In system emulation mode QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server.