Difference between revisions of "Multics"

From Computer History Wiki
Jump to: navigation, search
(Multics today: detaills on emulator)
(External links: correct name)
Line 16: Line 16:
  
 
* [http://ringzero.wikidot.com/ Multics reborn Wiki]
 
* [http://ringzero.wikidot.com/ Multics reborn Wiki]
* [https://sourceforge.net/projects/dps8m/ Multics emulator]
+
* [https://sourceforge.net/projects/dps8m/ DPS-8/M emulator]
 
* [http://sourceforge.net/projects/h6180/ H6180 emulator (abandoned)]
 
* [http://sourceforge.net/projects/h6180/ H6180 emulator (abandoned)]
  

Revision as of 23:01, 13 August 2016

Multics (Multiplexed Information and Computing Service) was an early time-sharing operating system for mainframes and minicomputers which has influenced every operating system created since, especially via Unix (the name of which is a play on words of Multics!).

Multics today

Multics is dead. There are no systems running it today (the last one was shut down in 2000.

There is however now a working SIMH-based emulator for the Multics DPS-8/M hardware, and with most of the source code still extant, it is now possible to experience the Multics computing environment.

Reviving Multics?

Porting Multics to alternative hardware would be a worse-than-Herculean task. The design isn't well-suited for porting. It used specialized hardware built especially for it, this hardware had many features which do not have exact analogues on any other platform today. In addition, the word length of the machine (18-bit half-words) is explicitly included in many variable declarations in every source module.

Even if that could be overcome, Multics was written in PL/I. There are no PL/I compilers available other than commercial ones aimed at large enterprise systems, and which aren't getting any cheaper. The lack of a free Unixland PL/I compiler inhibits any porting task.

External links

See Also

Multicians -- a great source of info.