Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thamugadi/powerpc-ofw-boot

Bootable stuff for PowerPC-based macs + some primitives to interact with OpenFirmware
https://github.com/thamugadi/powerpc-ofw-boot

kernel mac macintosh openfirmware osdev powerpc

Last synced: about 1 month ago
JSON representation

Bootable stuff for PowerPC-based macs + some primitives to interact with OpenFirmware

Awesome Lists containing this project

README

        

# 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```