[NTLK] MPW simulator to run ARM6asm etc.

Connor Becker Northcott91 at gmx.com
Mon Jul 22 23:14:55 EDT 2013


On 7/21/2013 4:04 AM, Matthias Melcher wrote:
> On 21.07.2013, at 01:18, Morgan Aldridge <morgant at makkintosshu.com> wrote:
>
>>> I found ToolDeamon which is similar to Toolserver(1), but allows connecting via the network. It's another miss though, because BasiliskII does not seem to allow connections from the outside to the inside (listening ports). Bummer.
>>>
>>> https://github.com/fblondiau/ToolDaemon
>> Ooh, nice find. Much closer to what you were looking for, without
>> needing to hack `toolserver` to do the same. Starred.
>>
>> It's interesting that Basilisk II doesn't support incoming
>> connections. I haven't tried it in quite some time either since I keep
>> a PowerMac 9500 running 8.6 for such bootstrapping. I'm sure you've
>> done your research and have already tried this, but are you using a
>> unique IP address for the Mac OS in Basilisk II?
> Hmm. I have no experience in setting up MacOS whatsoever. In the Mac ages I had first a CP/M machine (no network here), then the Amiga (Modem), and then I was working with SGIs and Unix. Much later I went OS X... .
>
> OK, so BasiliskII uses Slirp and simulates DHCP for the Mac at 10.0.2.15 or so. I installed Netscape 2.2 and set up the network. Netscape works and can browse pages (old ones that is, Google.com causes tons of script errors, etc.).
>
> The Deamon claims to open a port on 10.0.2.15:23 for telnet, so I want into a shell on the host and tried to telnet there: "telnet -l matt 10.0.2.15 23", but it does not connect. Maybe I need to set some route on the host side so it finds the slirp interface, not sure.
>
> But the original idea, loading an MPW tool into an emulator, then simulating the tarps and system calls, has come a great deal ahead. I can load and run tools in the 'near' model. But when going 32-bit 'far' (and all Newton tools are), I still have to iron out a bunch of issues... .
>
> Thanks
>
>   - Matthias
Don't actually know anything about Slirp, except that when setting up 
Basilisk way back it got in the way of it connecting to my physical 
network resources and incoming connections (IIRC, the control panel to 
the old version talked about virtual NAT, which makes some sense).  This 
thread got me thinking about the alternate tun/tap interface on Linux 
and OS X.  Never got it working myself, but google'd it and came up with 
http://www.emaculation.com/forum/viewtopic.php?f=6&t=8067, which seems 
to have it set up automatically for OS X Mountain Lion (wired connection 
only).  Although the headline talks about AppleTalk, reading further it 
appears that TCP/IP works through it fine.

Hope that helps,
-Northcott



More information about the NewtonTalk mailing list