Jump to content

Time Sharing Operating System

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 106.204.54.100 (talk) at 12:54, 8 December 2012 (See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Time Sharing Operating System, or TSOS, was an operating system for RCA mainframe computers of the Spectra 70 series.

RCA was in the computer business until 1971. Then it sold its computer business to Sperry Corporation; Sperry offered TSOS renaming it to VS/9. In the mid seventies, an enhanced version of TSOS called BS2000 was offered by the German company Siemens.

While Sperry (Unisys after the company was renamed) discontinued VS/9 in the early 80's, BS2000, now called BS2000/OSD is still offered by Fujitsu Siemens Computers and used on their mainframe customers primarily in Europe.

TSOS was the first operating system that supported virtual addressing of the main storage. As the name suggests, it provided time sharing features. Beyond that it provided a unique user interface for both time sharing and batch which was a big advantage over IBM's OS/360 or their successors MVS, OS/390 and z/OS.

See also

•The CPU is multiplexed among several jobs that are kept in memory and on disk (the CPU is allocated to a job only if the job is in memory).

•It allows many users to share the computer simultaneously.

•Gives illusion that each user has his own machine.

•Based on time slicing dividing CPU time among the users.

•Introduce new class of application –interactive

•Users interact(through mouse,keyboard etc.. ) with computers (editors,debuggers etc..)