]> git.proxmox.com Git - mirror_qemu.git/blob - 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
1 .. _PowerPC-System-emulator:
2
3 PowerPC System emulator
4 -----------------------
5
6 Use the executable ``qemu-system-ppc`` to simulate a complete 40P (PREP)
7 or PowerMac PowerPC system.
8
9 QEMU 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
23 QEMU 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
41 Since version 0.9.1, QEMU uses OpenBIOS https://www.openbios.org/ for
42 the g3beige and mac99 PowerMac and the 40p machines. OpenBIOS is a free
43 (GPL v2) portable firmware implementation. The goal is to implement a
44 100% IEEE 1275-1994 (referred to as Open Firmware) compliant firmware.
45
46 More information is available at
47 http://perso.magic.fr/l_indien/qemu-ppc/.