rcornwell / sims

Burroughs B5500, ICL1900, SEL32, IBM 360/370, IBM 7000 and DEC PDP10 KA10/KI10/KL10/KS10, PDP6 simulators for SimH
http://sky-visions.com
95 stars 20 forks source link

KA10: Tenex #200

Open larsbrinkhoff opened 4 years ago

larsbrinkhoff commented 4 years ago

What's the problem? I have a sudden urge to see it running. Please send me all the files.

larsbrinkhoff commented 4 years ago

Well, not the files that are available from http://github.com/PDP-10/tenex

rcornwell commented 4 years ago

Pretty much everything I have is available there.

If you get a tenex.sav file built and put on a dectape with dumper and dluser I will gladly give it a try.

larsbrinkhoff commented 4 years ago

I don't know about the DECtape bit, but I'll give it a try.

What's your best shot so far? Which version, etc?

rcornwell commented 4 years ago

Tenex-133 or 134 would probably be my first try. I have tried to link it under Tops 10 but I get errors with linking. Once you get the .sav it will be fun to move it to dectape. I would probably use 151 exec. Give me a linked tenex for KA or KI with RP10 drives, TM10 tape and TD10 dectape and I should be able to build a running system without much trouble. I just can't seem to get the linked tenex.

larsbrinkhoff commented 4 years ago

I ran into a problem right away. I need an STENEX.UNV file. I tried to make it from STENEX.MAC, but it doesn't have a UNIVERSAL directive in it, so MACRO isn't happy about it.

atsampson commented 4 years ago

How about SAILDART's STENEX.MAC[CSP,SYS]? Or there are utilities/stenex.unv files in SRI-NIC and Panda.

rcornwell commented 4 years ago

STENEX.MAC needs to match the version of the monitor being built.

larsbrinkhoff commented 2 years ago

Workaround is to make a file containing UNIVERSAL STENEX, and another one with END. Then assemble with STENEX=UNV,STENEX,END

larsbrinkhoff commented 2 years ago

I tried to assemble TENEX 1.33 and 1.34 sources with TOPS-20 V3 and MACRO 53. This version of MACRO does not work well, and complains ?MCRUVS. If files are edited to SEARCH after TITLE the error goes away. But PROLOG.MAC redefines TITLE to do some trickery, so SEARCH PROLOG must be before TITLE.