Add a System Enabler to a Mac OS ROM file
Go to file
Elliot Nunn 6237ddb3f4 Add iMic's venerable ROM releases
https://www.thinkclassic.org/viewtopic.php?pid=4504#p4504
2018-05-05 21:19:43 +08:00
templates Add iMic's venerable ROM releases 2018-05-05 21:19:43 +08:00
.gitignore Initial commit 2018-03-30 16:39:45 +08:00
README.md Initial commit 2018-03-30 16:39:45 +08:00
enablify Initial commit 2018-03-30 16:39:45 +08:00

README.md

Enablifier: add a System Enabler to a Mac OS ROM file

Usage

The destination file must first contain an Open Firmware bootinfo image (https://github.com/elliotnunn/newworld-rom). System Enabler data will be copied from the source file to the destination file's data and resource forks. This tool is idempotent: existing enabler data will be removed from the destination.

enablify SOURCE-ENABLER DEST-FILE

Example:

cp tbxi tbxi-enabler
enablify templates/mac-os-rom-9.6.1 tbxi-enabler

Requirements

  • Python 3
  • Rez and DeRez (part of Apple's Command Line Developer Tools)