Excellent. Let me propose a challenge for you --- obviously it's up to you to decide if you want to give it a go!
Given that you have 11.8 working on a Lisa 2 (or is it 11.6 despite what the disk image is called --- see your screenshot!), see if you can run Smalltalk on a Lisa 2 with instructions matching the ones found here:
https://lisalist2.com/index.php/topic,195.msg1492.html#msg1492The Smalltalk Twiggy disk contains the interpreter and a file containing the Smalltalk virtual environment. This file is large, and the Smalltalk interpreter simply loads it sequentially from the disk into RAM. You will need at least an 800k disk to hold the information, and even that may not be enough. Therefore there could be these challenges:
- Can the monitor work with 800k disks?
(Accessing those disks is not radically different to accessing 400k disks, but even so)
- Does the Smalltalk interpreter talk to the disk in its own way?
(In which case that disk I/O code would need to be patched)
- Is 800k too small? Twiggies hold 871k.
(If it is, maybe the image is partially empty and can be trimmed to fit)
(Or maybe you can compress the image and replace the loading code Smalltalk uses)
(OR, maybe you can put the image and the interpreter onto a ProFile?)
If you accept the challenge, and if it would help, and if the computer feels like playing along (no reason to assume it wouldn't), I'm happy to do whatever you need on my Lisa 1 to help you investigate the problem.
Thanks for this awesome work!