powerpc-ofw-boot/README.md

8 lines
262 B
Markdown
Raw Normal View History

2021-06-30 17:11:48 +00:00
# powerpc-boot
2021-07-27 22:47:56 +00:00
Bootable stuff for PowerPC-based macs ; boots through OpenFirmware.
2021-06-30 17:16:20 +00:00
Produces a HFS+ disk image formatted with Apple Partition Map partition scheme, compatible with old PowerPC-based Macs.
2021-06-30 17:16:42 +00:00
2021-06-30 17:16:34 +00:00
Run it with QEMU :
2021-06-30 17:17:12 +00:00
2021-06-30 17:17:04 +00:00
```make && qemu-system-ppc APMdisk```