Go to file
2021-02-23 10:06:58 +08:00
baseofmanysystems
bbraun-pram
BootServer
BootstrapFloppy
disasm More disasm grist 2021-02-08 16:02:51 +08:00
Icons Tweak icon 2021-02-22 12:47:15 +08:00
MacsBug 6.2.2
romdrv1.2
romdrv 0.9.6
vasm-1
.gitignore Ignore my hacks 2021-02-23 10:06:48 +08:00
A608.dsk Different example disks 2021-02-08 16:02:16 +08:00
BareBonesDebugStr.a System 7 AppleTalk: attempt more robust workaround 2021-02-08 16:03:30 +08:00
Big.dsk
BootPicker.a Fix BootPicker issue with System 7 2021-02-08 16:02:04 +08:00
Bootstrap.a
BootWrapper.a
buildapp.bash
CallMicroBug.a
ChainBoot.py Streaming write support seems to work 2021-02-18 08:39:42 +08:00
ChainLoader.a Neaten up drive queue handling 2021-02-23 10:06:58 +08:00
Classic.ROM
IM-D ParamBlock diagram
init.a
LocalTalkMonitor.py New state-machine-based boot somewhat works 2021-02-16 22:05:18 +08:00
MacsBugSys6.dsk
MacsBugSys7.dsk
MacsBugSys71.dsk
Makefile Different example disks 2021-02-08 16:02:16 +08:00
manysystems.sh
NetBoot.py
README.md Update status and credits 2021-02-19 10:59:18 +08:00
resizehfs.py
snefru_hash.py
sys701-144.img
systools607.dsk
TheIcon
TheIcon.rdump

netBOOT for Old World Macs

Read this thread: https://mac68k.info/forums/thread.jspa?threadID=76&tstart=0

Now I'm trying to get it working! The dream is to boot all my Classics over PhoneNet.

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.

Run make testchain to boot an emulated Classic from a Python server.

Trivia

The Classic is the only non-IIci non-SuperMario ROM with .netBOOT and .ATBOOT drivers. They are part of the overpatch imposed on the SE ROM, and were essentially backported (see the SuperMario forXO.a file). I use the Classic ROM here because it can be emulated in Mini vMac, but the newer netBOOT-equipped ROMs should work.

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.