QEMU/PowerPC: Difference between revisions

no edit summary
No edit summary
No edit summary
| 40p
| IBM RS/6000 7020 (40p) (1990)
| Can boot AIX,some cannotversions currentlyof boot NT 4AIX
|-
| bamboo
| Xilinx Virtex ML507 reference design
|
|-
|}
 
==Machines==
===IBM RS/6000 7020 (40p)===
[[File:40p.jpg|thumb|250px]]
Server from ~1994. QEMU emulates the following peripherals for this machine:
 
*PCI bridge
*PCI VGA compatible card with VESA Bochs Extensions
*2 IDE interfaces with hard disk and CD-ROM support
*Floppy disk
*PCnet network adapters
*Serial port
*PREP Non Volatile RAM
*PC compatible keyboard and mouse.
 
To start a very simple VM that'll boot into OpenBIOS:
 
<pre>qemu-system-ppc -M 40p -boot c</pre>
 
====Current OS compatibility sheet====
{| class="wikitable"
|-
! Operating system
! Status
! Notes
|-
| AIX 4.3
| Working
|
|-
| AIX 5.1
| Working
| The PCnet driver does not work in this OS; seems to be a bug <br>with the emulation
|-
| AIX 5.2, 5.3
| Not working
| OS indefinitely hangs
|-
| Windows NT 3.51
| Not working
| Incompatible with OpenBIOS
|-
| Windows NT 4.0 SP2
| Not working
| Incompatible with OpenBIOS
|-
|}