Lars Brinkhoff
7ac7598edb
Move machine-specific KS10 configuration to separate directory.
2021-07-13 12:35:52 +02:00
Lars Brinkhoff
e03e3ae631
Move loading of sources until after new ITS is running.
...
Just load essential source files during the bootstrap stage: MIDAS,
ITS, DDT, SALV, KSFEDR, DUMP.
2018-09-23 07:11:52 +02:00
Adam Sampson
8b8e1cf952
Avoid Expect clobbering stdout when stdin isn't a tty.
...
Doing expect_after before a child process has been spawned causes Expect
to try reading from stdin. If stdin is /dev/null, it gets an EOF from
the read, assumes it's been closed... and closes stdout too, so we don't
see any more of the child process interaction.
2018-08-04 07:01:11 +02:00
Lars Brinkhoff
fa46ff4e4c
Place built image files in separate directories for each target.
...
Also move generated CONFIG > and SYSHST > files from the "src"
directory to "out".
This facilitates parallel builds, and deploying image files.
2018-05-02 08:16:23 -07:00
Lars Brinkhoff
d84c52edb5
Split off parts of build script. Only build basics if BASICS is yes.
...
There are now separate scripts for: EMACS, LISP (and MACSYMA), SCHEME,
and miscellaneous unessential programs.
2018-04-13 19:59:48 +02:00
Lars Brinkhoff
6be8b181ae
Split off KS10 stuff into separate script.
2018-02-27 06:50:13 -08:00
Eric Swenson
9ed7bf3035
- Added support for METER
...
- Also fixed build script after initializing COMSAT (KLH10 only) to kill
COMSAT job.
2016-12-04 08:45:23 +01:00
Eric Swenson
ba6c23d8fe
Disabled COMSAT initialization on SIMH, since it appears that this
...
operation requires the network support to be functional.
2016-11-28 18:24:16 +01:00
Lars Brinkhoff
23d54c3d4b
Restart KLH10 before running DSKDMP.
...
Just resetting the emulator and starting the dskdmp binary didn't work.
2016-11-21 15:33:50 +01:00
Lars Brinkhoff
c5d3af5c18
Build ITS using KLH10.
2016-11-18 14:04:19 +01:00