[Info-vax] Is SIMH on a Mac a viable option ?
Jordi Guillaumes i Pons
spamhere at hotmail.com
Wed Sep 2 11:16:52 EDT 2009
En/na John Reagan ha escrit:
> I run simh on my Windows XP box just fine (currently not networked so it has
> limited value as I can't PuTTY to it from the same PC it is running on).
> Instead of trying the TUN/TAP solution, my next step is to toss another NIC
> into the PC and then let my home router do all the work. It isn't a high
> priority for me as I have a real XP1000 sitting next to it, but it is
> something to play with.
>
> John
You can enable a virtual DZ or VH serial adapter and attach it to a TCP
port of the host machine. Then you can TELNET into your emulated vax
using the designated port.
Put something like this in your simh-vax config file:
set vh enable
att vh 10027
And then you will be able to TELNET localhost 10027. This is not full IP
access, but at least you will be able to have several "sessions" at the
same time.
Alternatively, I have the following lines commented out and the DZ
disabled. I wrote the config file some time ago and I don't remember why
did I prefer the VH to the DZ:
;set dz 7b
;set dz lines=4
;att dz0 10000
set dz disable
You can try both and see which one works better for you.
More information about the Info-vax
mailing list