Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thamugadi/powerpc-ofw-boot
- Owner: thamugadi
- License: gpl-3.0
- Created: 2021-06-30T17:11:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:41:55.000Z (3 months ago)
- Last Synced: 2024-09-16T16:03:46.437Z (3 months ago)
- Topics: kernel, mac, macintosh, openfirmware, osdev, powerpc
- Language: C
- Homepage:
- Size: 108 KB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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```