Difference between revisions of "Incompatible Timesharing System"

From Computer History Wiki
Jump to: navigation, search
(Not a stub any more?)
(Unix tools for ITS)
Line 27: Line 27:
 
** [http://its.victor.se/mailman/listinfo/its-hackers_its.victor.se ITS mailing list]
 
** [http://its.victor.se/mailman/listinfo/its-hackers_its.victor.se ITS mailing list]
 
* [http://github.com/PDP-10/its Source code and scripts for building ITS]
 
* [http://github.com/PDP-10/its Source code and scripts for building ITS]
 +
* [http://github.com/larsbrinkhoff/pdp10-its-disassembler Unix tools for working with ITS files]
  
 
[[Category:Operating Systems]]
 
[[Category:Operating Systems]]

Revision as of 12:11, 20 December 2017

The Incompatible Timesharing System (usually ITS) was an early time-sharing operating system; initially for the PDP-6, and later for PDP-10's. It was developed at MIT in the Artifical Intellegence Lab, after Multics was done by Project MAC. It first became operational in July, 1967, after a very short design and implementation period, starting earlier that year.

The KL10 MC machine at MIT

The earliest versions ran on the PDP-6, using the base and bounds memory management hardware native to that machine. Later versions ran on KA10s which were modified with MIT-designed and built paging hardware (which that generation of PDP-10 did not have); it later ran on the KL10 and KS10 as well.

ITS was one of the first OS's connected to the ARPANET, and it was on an ITS system that the first versions of Emacs, Zork, MACLISP, and Scheme were created.

During much of its operational lifetime, ITS ran on only a handful of machines:

  • The AI Lab PDP-6 (the Dynamic Modeling group briefly had a PDP-6)
  • Three KA10s: AI, DM, ML
  • One KL10: MC

Due to failing hardware, the PDP-6 was shut down in the late 1970s, and physically removed in the early 1980s. The KA10s followed shortly after, but some were replaced with KS10s. By 1990 all MIT machines were shut down permanently.

Some information on installing & images can be found here.

See also

External links