]> git.proxmox.com Git - mirror_qemu.git/blame - docs/system/target-ppc.rst
docs: Roll -prom-env and -g target-specific info into qemu-options.hx
[mirror_qemu.git] / docs / system / target-ppc.rst
CommitLineData
324b2298
PB
1.. _PowerPC-System-emulator:
2
3PowerPC System emulator
4-----------------------
5
6Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PREP)
7or PowerMac PowerPC system.
8
9QEMU emulates the following PowerMac peripherals:
10
11- UniNorth or Grackle PCI Bridge
12
13- PCI VGA compatible card with VESA Bochs Extensions
14
15- 2 PMAC IDE interfaces with hard disk and CD-ROM support
16
17- NE2000 PCI adapters
18
19- Non Volatile RAM
20
21- VIA-CUDA with ADB keyboard and mouse.
22
23QEMU emulates the following 40P (PREP) peripherals:
24
25- PCI Bridge
26
27- PCI VGA compatible card with VESA Bochs Extensions
28
29- 2 IDE interfaces with hard disk and CD-ROM support
30
31- Floppy disk
32
33- PCnet network adapters
34
35- Serial port
36
37- PREP Non Volatile RAM
38
39- PC compatible keyboard and mouse.
40
41Since version 0.9.1, QEMU uses OpenBIOS https://www.openbios.org/ for
42the g3beige and mac99 PowerMac and the 40p machines. OpenBIOS is a free
43(GPL v2) portable firmware implementation. The goal is to implement a
44100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware.
45
324b2298
PB
46More information is available at
47http://perso.magic.fr/l_indien/qemu-ppc/.