Jump to content

Compatible Time-Sharing System: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Closedmouth (talk | contribs)
m Reverted edit(s) by 88.101.235.186 identified as test/vandalism using STiki
Thom2729 (talk | contribs)
Line 75: Line 75:
* [http://www.multicians.org/thvv/compatible-time-sharing-system.pdf Compatible Time-Sharing System (1961-1973): Fiftieth Anniversary Commemorative Overview]
* [http://www.multicians.org/thvv/compatible-time-sharing-system.pdf Compatible Time-Sharing System (1961-1973): Fiftieth Anniversary Commemorative Overview]
* John McCarthy, ''[http://www-formal.stanford.edu/jmc/history/timesharing/timesharing.html Reminiscences on the History of Time Sharing]'' presents the origin of the concept of time-sharing
* John McCarthy, ''[http://www-formal.stanford.edu/jmc/history/timesharing/timesharing.html Reminiscences on the History of Time Sharing]'' presents the origin of the concept of time-sharing
* [http://www.cbi.umn.edu/oh/display.phtml?id=92 Oral history interview with John McCarthy], [[Charles Babbage Institute]], University of Minnesota. Discusses computer developments at MIT including time sharing.
* [http://purl.umn.edu/107476 Oral history interview with John McCarthy], [[Charles Babbage Institute]], University of Minnesota. Discusses computer developments at MIT including time sharing.
* [http://www.multicians.org/thvv/7094.html The IBM 7094 and CTSS]: personal memoir of [[Tom Van Vleck]], a system programmer on CTSS
* [http://www.multicians.org/thvv/7094.html The IBM 7094 and CTSS]: personal memoir of [[Tom Van Vleck]], a system programmer on CTSS
* [http://www.multicians.org/shell.html The Origin of the Shell] describes the evolution of RUNCOM into the modern shell
* [http://www.multicians.org/shell.html The Origin of the Shell] describes the evolution of RUNCOM into the modern shell
* [http://www.piercefuller.com/library/ctss.html?id=ctss CTSS Source] in Paul Pierce's collection.
* [http://www.piercefuller.com/library/ctss.html?id=ctss CTSS Source] in Paul Pierce's collection.
* [http://www.cio.com.au/article/325323/cio_blast_from_past:_40_years_multics,_1969-2009 CIO: 40 years of Multics, 1969-2009]: Interview with CTSS and Multics developer Fernando J. Corbato.
* [http://www.cio.com.au/article/325323/cio_blast_from_past:_40_years_multics,_1969-2009 CIO: 40 years of Multics, 1969-2009]: Interview with CTSS and Multics developer Fernando J. Corbato.
* [http://www.cbi.umn.edu/oh/display.phtml?id=96 Oral history interview with Fernando J. Corbató], [[Charles Babbage Institute]], University of Minnesota. Discusses many computer developments at MIT including CTSS.
* [http://purl.umn.edu/107230 Oral history interview with Fernando J. Corbató], [[Charles Babbage Institute]], University of Minnesota. Discusses many computer developments at MIT including CTSS.
* [http://www.cbi.umn.edu/oh/display.phtml?id=99 Oral history interview with Robert M. Fano], [[Charles Babbage Institute]], University of Minnesota. Discusses computer developments at MIT including CTSS.
* [http://purl.umn.edu/107281 Oral history interview with Robert M. Fano], [[Charles Babbage Institute]], University of Minnesota. Discusses computer developments at MIT including CTSS.
*[http://www.cozx.com/~dpitts/ibm7090.html Dave Pitts' IBM 7094 support] – Includes a simulator, cross assembler and linker that can be used to build and run CTSS. Site also contains CTSS source and kits to run CTSS.
*[http://www.cozx.com/~dpitts/ibm7090.html Dave Pitts' IBM 7094 support] – Includes a simulator, cross assembler and linker that can be used to build and run CTSS. Site also contains CTSS source and kits to run CTSS.



Revision as of 20:14, 2 April 2012

This article is about the MIT Computation Center operating system. CTSS may also stand for the Cray Time Sharing System, a separate system developed for Cray supercomputers.
Compatible Time-Sharing System
DeveloperMIT's Computation Center
Working stateHistoric
Initial release1961
Marketing targetMIT only
Available inEnglish
Platformsmodified IBM 7094

The Compatible Time-Sharing System, or the CTSS, was one of the first time-sharing operating systems; it was developed at MIT's Computation Center. CTSS was first demonstrated in 1961, and was operated at MIT until 1973. During part of this time, MIT's Project MAC had a second copy of CTSS, but the system did not spread beyond two sites (though this applies to many early computer systems). CTSS was described in a paper presented at the 1962 Spring Joint Computer Conference.

Overview

The "Compatible" in the name refers to compatibility with the standard batch processing OS for the IBM 7094, the FORTRAN Monitor System (FMS) (history of IBM mainframe operating systems shows information on the FMS). CTSS ran an unaltered copy of FMS, processing a standard batch stream, in a pseudo-virtual 7094 provided by its background facility. (The hardware was partly but not fully virtualized; see History of CP/CMS for further details.) Background FMS jobs could access tapes normally, but could not interfere with foreground time-sharing processes or the resources used to support them.

CTSS was very influential. It showed that time-sharing was viable; it fostered important new applications for computers; it had a significant influence on the next generation of time-sharing systems (notably CP/CMS); and its direct successor, Multics, pioneered many core concepts of current operating systems.

Characteristics

  • CTSS had one of the first computerized text formatting utilities, called RUNOFF.
  • CTSS had one of the first inter-user messaging implementations, possibly inventing email.[1]
  • MIT Computation Center staff member Louis Pouzin created for CTSS a command called RUNCOM, which executed a list of commands contained in a file. (He later created a design for the Multics shell, which in turn inspired Unix shell scripts.) RUNCOM also allowed parameter substitution.

Implementation

CTSS used a modified IBM 7094 mainframe computer that had two 32,768 36-bit word banks of core memory instead of the normal one; users had access to 27K of the total 32K, with the remaining 5K reserved for the monitor.[2] One bank was reserved for the time-sharing supervisory program, the other for user programs. Processor allocation scheduling was controlled by a multilevel feedback queue.[2] It also had some special memory management hardware, a clock interrupt and the ability to trap certain instructions. Input-output hardware was mostly standard IBM peripherals. These included six data channels connecting to:

  • printers, punched card readers and punches
  • IBM 729 tape drives, an IBM 1301 disk storage, later upgraded to an IBM 1302, with 38 million word capacity
  • an IBM 7320 drum memory with 186K words that could load a 32K memory bank in one second (later upgraded to 1/4 second)
  • two custom high speed vector graphics displays
  • an IBM 7750 transmission control unit capable of supporting up to 112 teleprinter terminals, including IBM 1050 Selectrics and Teletype Model 35s. Some of the terminals were located remotely and the system could be accessed using the public Telex and TWX networks

Influences

Multics, which was also developed by Project MAC, was started in the 1960s as a successor to CTSS, for future use in multiple-access computing. Multics inspired the development of Unix in 1969. One of technical terms inherited by these systems from CTSS is daemon.

ITS, the Incompatible Timesharing System, another early, revolutionary, and influential MIT time-sharing system, was produced by people who disagreed with the direction taken by Multics; the name was a parody of CTSS, as the name of Unix was later a parody of Multics.

See also

References

  1. ^ Tom Van Vleck's memoir of The History of Electronic Mail
  2. ^ a b Silberschatz, Abraham; Peterson, James L. (1988). "13: Historical Perspective". Operating System Concepts. p. 514. ISBN 0-201-18760-4. {{cite book}}: Unknown parameter |month= ignored (help)