Update readme with tbxi-patches

This commit is contained in:
Elliot Nunn 2019-07-28 16:32:19 +08:00
parent 0f7a98c01b
commit c74c9af682
1 changed files with 10 additions and 3 deletions

View File

@ -15,6 +15,16 @@ The text-file formats produced by `tbxi dump` are designed to be easily
editable using text editors and scripts.
## Patch Library
This repository contains known-good scripts to patch the ROM, for
example to add Mac mini G4 support to Mac OS 9:
https://github.com/elliotnunn/tbxi-patches
Patches can be applied to a dumped directory or the the ROM file itself.
## Background
"OldWorld" (pre-USB) Macs contain a real physical ROM. "NewWorld" Macs
@ -53,9 +63,6 @@ the data fork.
The `tbxi dump` format is likely to change. If you keep a collection of
dumped ROM images to peruse, re-dump them regularly.
No specific guidance is provided on ROM patches that are known to work,
e.g. to boot Mac OS 9 on the PowerPC Mac mini.
## Contributing