Library of scripts that patch the Mac OS ROM
Go to file
Elliot Nunn a8c1a4de1c Definitive ATABoot patch
Key realisations:

1. The driver entry point only needs to be called once per disk,
   not once per bootable partition. Bootability is decided elsewhere.

2. As a result, my shim code does not need to access the disk at all.

3. None of the ROM-based ATADisk drivers support "slave" drives.

4. Apple drivers (contrary to the Monster Disk Driver Technote) only care
   about D5 (the drive ID and some flags) on entry.
2019-08-25 21:59:33 +08:00
.gitattributes Initial commit 2019-07-22 15:43:56 +08:00
.gitignore Create .gitignore 2019-07-28 16:12:49 +08:00
ATALoad.a Definitive ATABoot patch 2019-08-25 21:59:33 +08:00
ATALoad.dmp Definitive ATABoot patch 2019-08-25 21:59:33 +08:00
AppleATADisk Definitive ATABoot patch 2019-08-25 21:59:33 +08:00
README.md Create README.md 2019-07-28 16:25:53 +08:00
ataboot.py Definitive ATABoot patch 2019-08-25 21:59:33 +08:00
autocopy.sh Arbitrary file copy to remote disk 2019-07-28 16:12:38 +08:00
kauai-ata.pef Traditional mini patches 2019-07-28 16:16:05 +08:00
macmini.py Add some docs on prim-info 2019-08-02 10:21:17 +08:00
mactron.cicn Traditional mini patches 2019-07-28 16:16:05 +08:00
patch_common.py Traditional mini patches 2019-07-28 16:16:05 +08:00

README.md

Library of scripts that patch the Mac OS ROM

These patches depend on the tbxi library. Install and use it like this:

python3 -m pip install tbxi # Toolbox Imager: https://pypi.org/project/tbxi/

git clone https://github.com/elliotnunn/tbxi-patches.git

tbxi-patches/macmini.py /path/to/MacOSROM -o ~/mac-mini-rom.hqx