Update status and credits

This commit is contained in:
Elliot Nunn 2021-02-19 10:59:18 +08:00
parent c7e7cb987b
commit 7a948b68fa
1 changed files with 3 additions and 9 deletions

View File

@ -9,15 +9,7 @@ Progress so far
---------------
The best build options for Mini vMac are: `-br 37 -m Classic -lt -speed z -as 0 -chr 0`. Note that this requires the new (as of mid-2020) version of Mini vMac, with Rob Mitchelmore's clever LocalTalk-over-UDP tunneling.
The xo-rom-enable-netboot.py script can edit xo.rom (Macintosh Classic) to force-enable the netBOOT driver (essentially by editing PRAM). (It requires you to build vasm with a quick `make CPU=m68k SYNTAX=std`.) This enables quick iteration:
cp xo.rom edit.rom && ./xo-rom-enable-netboot.py edit.rom&& Mini\ vMac\ Classic.app/Co*/Ma*/* edit.rom
Running NetBoot.py simultaneously now shows the netBOOT driver sending DDP packets.
(Some progress that I didn't bother writing about)
It works! (Albeit with a heavily patched Classic ROM.)
Run `make testchain` to boot an emulated Classic from a Python server.
Trivia
@ -29,4 +21,6 @@ Credits
-------
To all the intrepid individuals on the mac68k forum thread. Join Freenode #mac68k to meet them.
Thanks to my friends on #mac68k for their ongoing encouragement and assistance.
Credit to bbraun http://synack.net/~bbraun/ for the contents of the "bbraun-pram" dir.