mirror of
https://github.com/elliotnunn/empw.git
synced 2024-11-20 22:30:56 +00:00
Emulated MPW = Mini vMac + Macintosh Programmer's Workshop + glue
BasiliskII.app/Contents | ||
Mini vMac 9590.app/Contents | ||
SheepShaver.app/Contents | ||
empw | ||
hsync | ||
hsyncback | ||
MacII.ROM | ||
MacIIci.ROM | ||
MPW-VM-KnownGood.dmg | ||
PowerMac.ROM | ||
README |
This software stopped working when HFS read-only support was removed from macOS. But there are excellent alternatives for accessing MPW from a modern computer: https://github.com/elliotnunn/mps https://github.com/ksherlock/mpw ------------------------------------------------------------------------ EMPW (Emulated MPW) = Mini vMac + Macintosh Programmer's Workshop + glue Requirements (install all with brew): - hfsutils - rsync (newer than the one shipping with macOS) - python3 Examples: # Enjoy an interactive MPW session in Mini vMac (kills your battery life!) $ cd my-fancy-source-tree && empw # Run a non-interactive MPW command and capture its standard output. $ empw Help FileSystem # Transfer files to the emulated MPW session. $ echo Hello, world! > TextFile && empw Catenate TextFile