1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-28 17:29:10 +00:00

32 Commits

Author SHA1 Message Date
Lars Brinkhoff
80887208ce Start a local Arpanet NCP. 2025-01-28 10:23:52 +01:00
Lars Brinkhoff
e199d7d1ed Start ARPANET.
Build the SIMH H316 emulator.  This is for emulating an IMP in an ARPA
network.
2025-01-28 10:23:52 +01:00
Lars Brinkhoff
8daaccd4cf Enable Arpanet NCP for KA and KL ITS.
KA ITS need even more space to add NCP.  The IMP code for KS10 doesn't
have NCP support.

We chose the host number 176 for KA and KL to be well away from
clashing with any of the original ARPANET hosts.
2025-01-28 10:23:52 +01:00
Lars Brinkhoff
f77c78363e Properly quote name of started program.
So that a space in the name isn't mistaken for the start of the next
argument, which is the process ID to kill later.
2025-01-28 10:23:52 +01:00
Eric Swenson
23a27a5345 Updated build to make pdp10-ka-, pdp10-ks-, and pdp10-kl-based systems correctly set up IP network.
Now, KA, DB, and KL systems will set their IP address to the value of the IP make variable.
They wiil correctly define a host table entry for their machine.
They will correctly set up .mail.;names >.
They will correctly configure COMSAT for networking.

The resulting systems should allow COMSAT to come up, and with appropriate IMP configuration
in the "run" scripts to perform inbound and output IP network requests.
2024-09-03 08:07:32 -07:00
Eric Swenson
e5ee34480e Updated config for KL build to include KL in ITSNMS table, rather than MC. 2024-03-22 09:18:53 +01:00
Lars Brinkhoff
cb1209ac68 Configure ITS and emulators for a local Chaos subnet.
It has been agreed that subnet 376 should be a local Chaosnetwork.
The Chaosnet bridge has been given the node address 177001, and
DB/KA/KL ITS is node 177002.
2023-09-13 19:09:59 +02:00
Lars Brinkhoff
153b823406 Start the Chaosnet bridge. 2023-09-13 19:09:59 +02:00
Eric Swenson
78ae9769b8 Enable DEMON in ITS configuration. 2023-03-10 09:20:46 -08:00
Lars Brinkhoff
094cfd5a3d Fix pdp10-kl TTY settings. 2022-12-03 08:24:17 +01:00
Lars Brinkhoff
e18c2807dd Use -u with all SIMH terminal line attach commands. 2022-04-22 17:42:30 +02:00
Lars Brinkhoff
3dcc8031e1 Explicitly set mta enabled for pdp10-kl. 2022-04-20 21:58:29 +02:00
Lars Brinkhoff
f2f56bc58c Provide emulated dial-up lines.
For LMODEM to work, it requires a TTY line to have the %TYDIL dial-up
bit set in TTYTYP.  Only TK-10, Morton, and DTE-20 controllers are
recognized.
2021-11-10 15:31:30 +01:00
Adam Sampson
8fa00758d0 Enable the IPC device for all build machines.
At MIT this was only enabled on DM. Muddle has built-in support for it,
and it seems to have been fairly widely used in existing Muddle images.
2020-09-13 21:37:12 +01:00
Lars Brinkhoff
3d27de18ed Add emulators to start script. 2020-06-09 18:02:50 +02:00
Lars Brinkhoff
7e396a61af Update start scripts for PDP-10 emulators other than SIMH KA10. 2020-06-09 18:02:50 +02:00
Eric Swenson
50b95c1241 Build ITS with KL10 simulator. 2019-10-02 19:47:59 +02:00
Lars Brinkhoff
299dfd277e Make MC great again. 2019-09-15 23:15:43 +02:00
Lars Brinkhoff
627704fa53 Add RP04P to ITS' MX configuration. 2019-09-05 19:16:49 +02:00
Lars Brinkhoff
a83af870dd Default RP04P to 0 in ITS' configuration file. 2019-09-05 19:16:49 +02:00
Lars Brinkhoff
4ca22dc3e5 Update comments about disk packs in ITS' configuration. 2019-09-05 19:16:49 +02:00
Eric Swenson
a1d6eb3983 Updated "run" script for pdp10-kl to use DDT rather than DSKDMP.
Resolves #1700.
2019-08-15 12:41:42 -07:00
Eric Swenson
03d21e10aa Updated pdp10-kl build to use TM10B since TM10A is unreliable.
Resolves #1699.
2019-08-15 12:41:42 -07:00
Eric Swenson
daf4b8bad1 Updated the init, boot, boot2, and run scripts to use "set dc disable"
rather than "set dc dis", since the latter is ambiguous. Resolves #1698.
2019-08-15 12:41:42 -07:00
Lars Brinkhoff
32780292cf Enable PD clock, enable idling. 2019-08-05 16:03:11 +02:00
Lars Brinkhoff
fa52a91b9d Disable unused devices in KA10 simulator. 2019-08-05 16:03:11 +02:00
Eric Swenson
90ed513cef Added support for RP06 disks with RH10 disk controller. Moved RP04
disk parameters to separate file (system;rp04 >) from system;rh10 >.
Made build default to RP04 when RH10 is specified, but switches
can select RP06 for relevant components.  Resolves #1648.
2019-07-29 12:36:29 -07:00
Lars Brinkhoff
36bd63e923 Have KL ITS boot directly into NTS DDT. 2019-07-20 06:26:41 +02:00
Lars Brinkhoff
15a107bee1 Some more changes for a fully working KL ITS build. 2019-07-03 15:07:58 +02:00
Lars Brinkhoff
e61466033a KL ITS needs three RP04 packs. 2019-07-03 15:07:58 +02:00
Lars Brinkhoff
5d6febdfe0 Build script for KL ITS. 2019-07-03 15:07:58 +02:00
Lars Brinkhoff
24805a659d Add new ITS named "KL", which is a KA10 with RH10.
The reason for this confusion is that it is intended in the future to
become a KL10.
2019-06-28 18:10:43 +02:00