docs: Stop building qemu-doc
[qemu/ar7.git] / docs / system / target-ppc.texi
blob5c83d4f68e7fc3a0e3a321cd8f38e66b2cb4fe31
1 @node PowerPC System emulator
2 @section PowerPC System emulator
4 Use the executable @file{qemu-system-ppc} to simulate a complete 40P (PREP)
5 or PowerMac PowerPC system.
7 QEMU emulates the following PowerMac peripherals:
9 @itemize @minus
10 @item
11 UniNorth or Grackle PCI Bridge
12 @item
13 PCI VGA compatible card with VESA Bochs Extensions
14 @item
15 2 PMAC IDE interfaces with hard disk and CD-ROM support
16 @item
17 NE2000 PCI adapters
18 @item
19 Non Volatile RAM
20 @item
21 VIA-CUDA with ADB keyboard and mouse.
22 @end itemize
24 QEMU emulates the following 40P (PREP) peripherals:
26 @itemize @minus
27 @item
28 PCI Bridge
29 @item
30 PCI VGA compatible card with VESA Bochs Extensions
31 @item
32 2 IDE interfaces with hard disk and CD-ROM support
33 @item
34 Floppy disk
35 @item
36 PCnet network adapters
37 @item
38 Serial port
39 @item
40 PREP Non Volatile RAM
41 @item
42 PC compatible keyboard and mouse.
43 @end itemize
45 Since version 0.9.1, QEMU uses OpenBIOS @url{https://www.openbios.org/}
46 for the g3beige and mac99 PowerMac and the 40p machines. OpenBIOS is a free
47 (GPL v2) portable firmware implementation. The goal is to implement a 100%
48 IEEE 1275-1994 (referred to as Open Firmware) compliant firmware.
50 More information is available at
51 @url{http://perso.magic.fr/l_indien/qemu-ppc/}.