Emulated MPW = Mini vMac + Macintosh Programmer's Workshop + glue
Go to file
elliotnunn 738beac2b0
Update README
2023-04-11 08:41:41 +08:00
BasiliskII.app/Contents Sundry improvements 2018-05-10 23:38:17 +08:00
Mini vMac 9590.app/Contents Initial commit 2018-05-10 23:38:17 +08:00
SheepShaver.app/Contents Add SheepShaver support using -s flag 2018-05-10 23:38:50 +08:00
MPW-VM-KnownGood.dmg Initial commit 2018-05-10 23:38:17 +08:00
MacII.ROM Initial commit 2018-05-10 23:38:17 +08:00
MacIIci.ROM Sundry improvements 2018-05-10 23:38:17 +08:00
PowerMac.ROM Add SheepShaver support using -s flag 2018-05-10 23:38:50 +08:00
README Update README 2023-04-11 08:41:41 +08:00
empw Speed up SheepShaver 2018-12-31 13:42:48 +08:00
hsync Hide ephemeral files from Time Machine 2018-05-31 19:12:55 +08:00
hsyncback Sundry improvements 2018-05-10 23:38:17 +08:00

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