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: 2 months 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: bsd-2-clause
- Created: 2021-06-30T17:11:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T13:31:17.000Z (9 months ago)
- Last Synced: 2025-03-24T15:11:25.538Z (3 months ago)
- Topics: kernel, mac, macintosh, openfirmware, osdev, powerpc
- Language: C
- Homepage:
- Size: 110 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```