QEMU/PowerPC: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
 
===PowerMAC family boards (g3beige, mac99)===
[[File:PowerMac G4.jpg|thumb|250px]]
<code>g3beige</code> emulates a G3 PowerMac, whereas <code>mac99</code> emulates the G4 PowerPC Macs. It is recommended to use <code>mac99</code> in almost all cases unless it's for a compatibility reason. QEMU emulates the following peripherals for these machines:
 
| -M mac99,via=cuda
| CUDA power management with ADB bus. Default
|-
|}
 
====Current OS compatibility sheet====
{| class="wikitable"
|-
! Operating system
! Status
! Notes
|-
| Mac OS 8.0 - 8.6
| Not working
|
|-
| Mac OS 9.0
| Working
| Only 9.0.4 boots, needs install image for the G4 Cube
|-
| Mac OS 9.1
| Working
|
|-
| Mac OS 9.2
| Working
| [[QEMU/Guests/Mac OS 9|See this page for detailed install instructions]]
|-
| Mac OS X 10.0 "Cheetah"
| Working
|
|-
| Mac OS X 10.1 "Puma"
| Working
|
|-
| Mac OS X 10.2 "Jaguar"
| Working
|
|-
| Mac OS X 10.3 "Panther"
| Working
|
|-
| Mac OS X 10.4 "Tiger"
| Working
|
|-
| Mac OS X 10.5 "Leopard"
| Working
| Boot with -M mac99,via=pmu
|-
| Mac OS X Server 1.0
| Working
| Networking does not work
|-
| Debian 10 "Buster"
| Working
| Use flag <code>-g 1024x768x8</code>
|-
| Lubuntu 16.04
| Working
| Color is inverted on older QEMU versions; use flag <code>-g 1024x768x8</code>
|-
| Yellow Dog Linux 6.2
| Working
| Use flag <code>-g 1024x768x8</code>, flag <code>-device rtl8139</code> for network
|-
| Ubuntu 12.04
| Working
| [[QEMU/Guests/Ubuntu 12.04 (PowerPC)|See this page for detailed install instructions]]
|-
|}