mirror of
https://github.com/PDP-10/its.git
synced 2026-01-14 07:40:05 +00:00
Add reconstruction of MIDAS 73.
This was edited from later versions of the source to match MUDDLE; TS MIDAS circa 1973, which was built with MOBY==0. The program itself dates from no later than 1971. Comments, and results when built with other options, are probably not historically accurate. MIDAS 73 is useful because 74 and all later versions have completely rewritten code for relocatable output (and for IO), and they don't support some of STINK's features correctly (or at all). A ported version of MIDAS 73 was still being used to build Muddle in the 1980s, going by <mdl.int>midas.exe.5.
This commit is contained in:
parent
c5f94161d3
commit
5f5e25da1e
@ -24,6 +24,12 @@ expect "PURIFIED"
|
||||
respond "*" ":pdump midas; ts 77\r"
|
||||
respond "*" ":kill\r"
|
||||
|
||||
# MIDAS 73, bootstrapped from 77.
|
||||
respond "*" ":midas;77\r"
|
||||
respond "MIDAS.77" "MIDAS; TS 73_MIDAS; MIDAS 73\r"
|
||||
respond "*" ":midas;73\r"
|
||||
respond "MIDAS.73" "MIDAS; TS 73_MIDAS; MIDAS 73\r"
|
||||
|
||||
# MACTAP
|
||||
respond "*" ":midas;324 sysbin;_sysen2; mactap\r"
|
||||
expect ":KILL"
|
||||
|
||||
8242
src/midas/midas.73
Normal file
8242
src/midas/midas.73
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user