Go to file
Elliot Nunn 53b5ef68b8 First steps towards a native server
It can advertise a DDP socket, then crash in the socket listener.
2020-10-13 19:44:54 +08:00
BootServer First steps towards a native server 2020-10-13 19:44:54 +08:00
BootstrapFloppy Create a bootstrap floppy 2020-10-10 16:03:38 +08:00
MacsBug 6.2.2 Did some more hacking 2020-07-04 16:51:39 +08:00
bbraun-pram Initial commit, including vasm 2020-06-20 09:33:04 +08:00
vasm-1 Up to the point where I get stuck in AccessBT 2020-07-04 13:53:21 +08:00
.gitignore First steps towards a native server 2020-10-13 19:44:54 +08:00
Bootstrap.a Create a bootstrap floppy 2020-10-10 16:03:38 +08:00
IM-D ParamBlock diagram Up to the point where I get stuck in AccessBT 2020-07-04 13:53:21 +08:00
Makefile First steps towards a native server 2020-10-13 19:44:54 +08:00
NetBoot.py Fix unfortunate backwards conditional 2020-10-11 14:04:53 +08:00
README.md It works! 2020-07-04 20:31:15 +08:00
buildapp.bash First steps towards a native server 2020-10-13 19:44:54 +08:00
doeverything.bash First steps towards a native server 2020-10-13 19:44:54 +08:00
init.a It works! 2020-07-04 20:31:15 +08:00
snefru_hash.py Sort out the Snefru hash 2020-07-05 11:54:08 +08:00
systools607.dsk Up to the point where I get stuck in AccessBT 2020-07-04 13:53:21 +08:00
systools607.dsk.a Did some more hacking 2020-07-04 16:51:39 +08:00
xo.rom Initial commit, including vasm 2020-06-20 09:33:04 +08:00

README.md

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.

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.)

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.

Credit to bbraun http://synack.net/~bbraun/ for the contents of the "bbraun-pram" dir.