Difference between revisions of "Multics"

From Computer History Wiki
Jump to: navigation, search
m (External links: another good wiki)
m (move Multicians site to ext links)
Line 15: Line 15:
 
==External links==
 
==External links==
  
 +
* [http://www.multicians.org Multicians -- a great source of info]
 
* [http://ringzero.wikidot.com/ Multics reborn wiki]
 
* [http://ringzero.wikidot.com/ Multics reborn wiki]
 
* [http://swenson.org/multics_wiki/index.php?title=Main_Page Running Multics wiki]
 
* [http://swenson.org/multics_wiki/index.php?title=Main_Page Running Multics wiki]
 
* [https://sourceforge.net/projects/dps8m/ DPS-8/M 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)]
 
== See Also ==
 
 
[http://www.multicians.org Multicians -- a great source of info.]
 
  
 
[[Category:Operating systems]]
 
[[Category:Operating systems]]

Revision as of 23:15, 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