Bootable stuff for PowerPC-based macs ; boots through OpenFirmware
Go to file
2021-09-30 18:18:01 +01:00
.gitignore added boot.c 2021-09-23 14:13:49 +01:00
boot.c vram manipulation 2021-09-30 18:18:01 +01:00
kpartx.sh VRAM modification 2021-09-30 15:59:48 +01:00
LICENSE Rename COPYING to LICENSE 2021-08-27 05:48:30 +01:00
load.fth VRAM modification 2021-09-30 15:59:48 +01:00
Makefile vram manipulation 2021-09-30 18:18:01 +01:00
README.md VRAM modification 2021-09-30 15:59:48 +01:00
start.s vram manipulation 2021-09-30 18:18:01 +01:00

powerpc-ofw-boot

Boots through OpenFirmware. Produces a HFS+ disk image formatted with Apple Partition Map partition scheme, compatible with PowerPC-based Macs.

Run it with QEMU :

make && make run