CINXE.COM

Multics

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Multics</title> <meta name="description" content="Multics was a mainframe time-sharing operating system begun in 1965 and used until 2000. It was a major influence on subsequent computer operating systems."> <meta name="keywords" content="operating system, timesharing, time sharing, stories, technical papers, humor, pictures, people, history, bibliography, glossary, MIT, Project MAC, GE, Honeywell, Bell Laboratories, computer, software, mainframe, PL/I, program source"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="mxstyle.css"> <style> /* mxstdfmt.htmi */ body {background-color: #999999; padding: 0; margin: 0; text-align: center;} .outer {text-align: left; background-color: #ffffff;} .main {padding: 20px 3em 5px 3em;} .tail {text-align: center; margin: 10px auto; padding: 15px 0 0px 0;} @media print { body {font-size: 10pt;} .tail {display: none;} .redmenubar {display: block;} a {text-decoration: none;} a:link {color: black;} } .redmenubar {clear: left; background-color: #cc0000; margin: 0; float: left; width: 100%; height: 25px;} .redmenubar {padding: 0px 0px 0px 0px;} .redmenubar {font-family: Verdana,'lucida grande',helvetica,arial,sans-serif; font-size: 11pt;} #nav {margin: 0; padding: 0; list-style: none;} #nav li {float: left; display: block; width: 100px; background: #cc0000; position: relative; z-index: 500; border-right: 1px solid white; z-index: 1000; zoom: 1;} #nav li a {display: block; padding: 2px 5px 0 5px; font-weight: 100; height: 23px; text-decoration: none; color: white;} #nav li a:visited {background: #ff0000;} #nav li a:hover {background: darkred;} #nav ul {position: absolute; left: 0; display: none; margin: 0 0 0 -1px; padding: 0; list-style: none;} #nav ul li {width: 130px; float: left; border-top: 1px solid #fff;} #nav ul a {display: block; height: 15px; padding: 4px 5px; color: white;} *html #nav ul {margin: 0 0 0 -2px;} /* --- for small screen --- */ .altmenubar {display: none; padding: 0; margin: 0; height: 25px;} .peekaboo {display: none;} /* menu hide/show */ .altmenubar {font-family: Verdana,'lucida grande',helvetica,arial,sans-serif; font-size: 11pt;} @media (max-width: 600px) { .redmenubar {display: none;} .altmenubar {display: block; margin: 0; background-color: #cc0000;} .altmenuword {height: 25px; padding: 5px 0 0 0; color: white;} .main {margin-top: 0; padding: 5px 5px 5px 5px;} } /* code from Erik Terwan https://erikterwan.com/ * 24th of November 2015 * MIT License */ #menuToggle {display: block; position: relative; z-index: 1; -webkit-user-select: none; user-select: none;} #menuToggle a {color: #232323; transition: color 0.3s ease;} #menuToggle input {display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; /* hide this */ z-index: 2; /* and place it over the "MENU" */ -webkit-touch-callout: none;} /* background: #ededed; list-style: none; -webkit-font-smoothing: antialiased; transform-origin: 0% 0%; transform: translate(-100%, 0); transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);} */ .altmenubar {background: #cc0000;} .altmenubar li {padding: 10px 0; font-size: 22px;} .altmenubar li peekaboo {padding: 0; font-size: 10px; color: black;} /* * when the box is checked, show the navs */ #menuToggle input:checked ~ .peekaboo {display: block; color: black; padding: 5px; background: #ededed;} #menuToggle input:checked ~ .peekaboo a:link {color: black;} #menuToggle input:checked ~ .peekaboo a:visited {color: black;} #menuToggle input:checked ~ .peekaboo span {font-size: 12px; list-style: none;} </style> <script src="js/jquery-3.6.1.min.js"></script> <script> $(document).ready(function () { $('#nav li').on({ mouseenter: function() { // show submenu var el=this; $('ul', this).stop().show(); setTimeout( function() { $(el).find('>ul').hide(); }, 15000 ); // hide submenu after 15 seconds .. so it works on ipad }, mouseleave: function() { $('ul', this).stop().hide(); } // hide submenu }) }); </script> <!-- end mxstdfmt.htmi --> <META name="verify-v1" content="M2GAqbkutPKgG6e8mRa7dnQTix6mz9l7aauFLM2skj4=" > <link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml"> <link rel="alternate" href="https://multicians.org" title="Master site, Pittsburgh PA, USA"> <!-- 6641 2025-02-19 07:23 --> <style> body {font-family: Verdana,'lucida grande',helvetica,arial,sans-serif; font-size: 11pt; max-width: 1400px;} .outer {overflow: hidden;} input {font-size: 9px;} span.menuword {font-size: 8pt; color: #000000; background-color: #ffffff; text-decoration: none;} .main {margin-top: 20px; background: white; clear: left;} .adata {font-size: 8pt;} .bodytext {padding: 45px 8px 1px 8px;} .blurb {padding: 15px 20px 5px 20px; background-color: #dddddd;} .midtext {margin-top: 2em;} .slideshow {margin-top: 5px;} .about {margin: 5px 0px 5px 0px; padding: 1px 20px 5px 20px; background-color: #fce2ba;} .about ul.goals {margin-left: 1em; padding-left: 0;} .about ul.goals li {margin-left: 0;} .about .content {font-size: 90%;} .holygrail .colmask {position: relative; clear: both; float: left; width: 100%; overflow: hidden;} .holygrail .colmid { float: left; width: 175%; /* affects pos of lhs of right column, no idea why, might be the extra navboxes */ margin-top: 10px; position: relative; z-index: 1; left: 280px; /* affects pos of rhs of left column */ } .holygrail .colright { float: left; width: 100%; /* do not change */ position: relative; left: 50%; /* do not change */ margin-left: -490px; /* affects position of lhs of left column */ } .holygrail .col1wrap { float: right; width: 50%; /* do not change */ position: relative; right: 100%; /* do not change */ } .holygrail .col1pad { margin: 0 2px 0 460px; /* affects width of middle column , pos of lhs of middle column */ overflow: hidden; } .holygrail .col1 { width: 100%; /* affects width of middle column content */ overflow: hidden; } .holygrail .col2 { float: left; width: 230px; /* affects width of left column */ position: relative; margin-left: -50%; /* do not change */ left: 215px; /* affects pos of left column */ overflow: hidden; margin-top: 5px; } .holygrail .col3 { float: left; width: 300px; /* =width of right column */ position: relative; left: 15px; /* pos of left column content in left column */ overflow: hidden; } #changebox {background-color: #eeeeee; padding: 10px 5px 0px 5px; margin-top: 10px;} #changebox .head {font-weight: bold; font-size: 10pt;} #changebox dt {float: left; clear: left; font-style: italic; font-size: 8pt;} #changebox dd {clear: right; padding-left: 2.5em; font-size: 8pt; margin-left: 1em;} #changebox .topic {font-weight: bold; font-size: 8pt;} #changebox .changeref {font-size: 9pt; text-align: center;} #changebox .xmlflag {font-size: 9pt; font-weight: bold; text-align: center;} #changebox a:link {color: #0000ff;} #changebox a:visited {background-color: #eeeeee; color: #777777;} #changebox a:hover {background-color: #eeeeee; color: black;} #changebox a:active {background-color: #eeeeee; color: #ff0000;} .announce {font-size: 110%; font-weight: bold;} .sh {font-weight: bold;} .newspara {background-color: #f0f0f0; margin-right: 1em; padding: 1em;} .newspara a:link {background-color: #f0f0f0; color: #0000ff;} .newspara a:visited {background-color: #f0f0f0; color: #ff00ff;} .newspara a:hover {background-color: #ffdddd; color: black;} .newspara a:active {background-color: #f0f0f0; color: #ff0000;} .starthidden {display: none;} </style> <!--[if lt IE 7]> <style media="screen"> .col1 {width: 100%;} </style> <![endif]--> <script src="js/easySlider1.7.js"></script> <script> $(document).ready(function(){ $(".slideshow li").css("display", "block"); $(".slideshow li").css("visibility", "visible"); $("#slider").easySlider({auto: true, continuous: true, controlsShow: false, pause: 4000, speed: 300}); }); </script> <style> #slider ul, #slider li li {margin: 0; padding: 0; list-style: none;} #slider li {width: 300px; height: 244px; overflow: hidden;} #slider li {position: relative;} #slider li .sc_bkhi {position: absolute; top: 10px; color: black; font-family: helvetica,arial,sans-serif; font-weight: bold; font-size: 18pt; z-index: 50; text-shadow: 2px 2px 1px white} #slider li .sc_rdmd {position: absolute; top: 180px; color: red; font-family: helvetica,arial,sans-serif; font-weight: bold; font-size: 18pt; z-index: 50; text-shadow: 2px 2px 1px black} #slider li .sc_whmd {position: absolute; top: 180px; color: white; font-family: helvetica,arial,sans-serif; font-weight: bold; font-size: 18pt; z-index: 50; text-shadow: 2px 2px 1px black} #slider li .sc_bklo {position: absolute; top: 220px; color: black; font-family: helvetica,arial,sans-serif; font-weight: bold; font-size: 18pt; z-index: 50; text-shadow: 2px 2px 1px white} #slider li .sc_bllo {position: absolute; top: 220px; color: blue; font-family: helvetica,arial,sans-serif; font-weight: bold; font-size: 18pt; z-index: 50; text-shadow: 2px 2px 1px black} #slider li .sc_rdlo {position: absolute; top: 220px; color: red; font-family: helvetica,arial,sans-serif; font-weight: bold; font-size: 18pt; z-index: 50; text-shadow: 2px 2px 1px black} #slider li .sc_whlo {position: absolute; top: 220px; color: white; font-family: helvetica,arial,sans-serif; font-weight: bold; font-size: 18pt; z-index: 50; text-shadow: 2px 2px 1px black} #slider li a {position: absolute; z-index: 40; text-decoration: none;} .csssliderh6180doorsopen2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -0px; background-size: 300px;} .cssslidercorbydorfman2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -244px; background-size: 300px;} .cssslidermtimeline2xgif {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -488px; background-size: 300px;} .cssslidercuties2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -732px; background-size: 300px;} .cssslidermspm2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -976px; background-size: 300px;} .cssslideriompanel2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -1220px; background-size: 300px;} .cssslider645board2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -1464px; background-size: 300px;} .cssslidermcrb2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -1708px; background-size: 300px;} .csssliderge6452xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -1952px; background-size: 300px;} .cssslider6880system2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -2196px; background-size: 300px;} .csssliderflutes2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -2440px; background-size: 300px;} .cssslidermartinwidrig6452xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -2684px; background-size: 300px;} .cssslidermulticsfrisbee2xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -2928px; background-size: 300px;} .cssslideryouwouldb22xjpg {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -3172px; background-size: 300px;} .cssslidersitetimeline2xgif {width: 300px; height: 244px; background: url(mulimg/sliderpack.jpg) no-repeat 0px -3416px; background-size: 300px;} /* --- extras for small screen --- */ @media (max-width: 600px) { body {font-size: 10pt;} .bodytext {padding: 5px 3px 5px 3px;} .slideshow {margin-top: 10px;} .blurb {padding: 5px 3px 5px 3px; background-color: #dddddd;} .midtext {margin-top: 5px;} .about {margin: 5px 0px 5px 0px; padding: 1px 5px 5px 5px;} .holygrail .colmid {float: none; width: 100%; margin-top: 5px; position: static; z-index: 1; left: 0;} .holygrail .colright {float: none; width: 100%; position: static; left: 0; margin-left: 0;} .holygrail .col1wrap {float: none; width: 100%; position: static; right: auto;} .holygrail .col1pad {margin: 0; overflow: visible;} .holygrail .col1 {width: 100%; overflow: visible;} .holygrail .col2 {float: none; width: 100%; position: static; left: 0; overflow: visible; margin-left: 0; margin-top: 5px;} .holygrail .col3 {float: none; width: 100%; position: static; left: 0; overflow: visible;} } </style> </head> <body> <div class="outer"> <div class="headbar"> <div class="headbar2"> <span class="headinglogo"><a href="multics.html"><img src="mulimg/multics-redblack50x50.gif" alt="multics logo" height="25" width="25"></a></span> <span class="headingmult"><a href="multics.html">Multics</a></span> <span class="headingdate"> <br> <a href="changes.html">19 Feb 2025</a> </span> <div class="h1holder"><h1>Home</h1></div> </div> </div> <!-- ================ menus 2024-07-15 16:19 generated from gen-menubar.htmt ================ --> <div class="redmenubar" id="main-nav" role="navigation" aria-label="Main"> <nav> <ul id="nav"> <li> <a href="index.html">Home</a> </li> <li> <a href="history.html" title="History of Multics">History&nbsp;&nbsp;&nbsp;&raquo;&nbsp;&nbsp;</a> <ul> <li> <a href="features.html" title="Features of the system">Features</a> </li> <li> <a href="myths.html" title="Incorrect statements about Multics found on the web">Myths</a> </li> <li> <a href="project-mac.html" title="History of MIT Project MAC">Project MAC</a> </li> <li> <a href="chrono.html" title="List of Multics related events in time order">Dates</a> </li> <li> <a href="mgloss.html" title="Multics terms, concepts, and jargon">Glossary</a> </li> <li> <a href="mhp.html" title="Multics History Project">History Proj</a> </li> <li> <a href="corby-letter.html" title="Letter from Corby in 2000">Last site</a> </li> </ul> <div class="clr"></div> </li> <li> <a href="multicians.html" title="People who contributed to Multics">People&nbsp;&nbsp;&nbsp;&raquo;&nbsp;&nbsp;</a> <ul> <li> <a href="multics-stories.html" title="Stories about Multics">Stories</a> </li> <li> <a href="people-pictures.html" title="Pictures of Multicians">People Pictures</a> </li> <li> <a href="multics-humor.html" title="Jokes about Multics">Humor</a> </li> <li> <a href="memorabilia.html" title="Trinkets, T-shirts, and Ties">Memorabilia</a> </li> </ul> <div class="clr"></div> </li> <li> <a href="biblio.html" title="Information available online">Library&nbsp;&nbsp;&nbsp;&raquo;&nbsp;&nbsp;</a> <ul> <li> <a href="papers.html" title="Classic papers about Multics available on the Web">Papers</a> </li> <li> <a href="articles.html" title="Technical articles">Articles</a> </li> <li> <a href="devdoc.html" title="Development document series">Dev Docs</a> </li> <li> <a href="multics-source.html" title="Index to source code modules on this site">Source</a> </li> <li> <a href="simulator.html" title="Multics Simulator">Simulator</a> </li> </ul> <div class="clr"></div> </li> <li> <a href="sites.html" title="Where Multics was used">Sites&nbsp;&nbsp;&nbsp;&raquo;&nbsp;&nbsp;</a> <ul> <li> <a href="site-timeline.html" title="Chart of site history">Site Timeline</a> </li> <li> <a href="site-afdsc.html" title="US Air Force Data Services Center, Pentagon, Washington DC">AFDSC</a> </li> <li> <a href="site-asea.html" title="ASEA, V&auml;ster&aring;s, Sweden">ASEA</a> </li> <li> <a href="site-avon.html" title="Avon Universities Computing Centre, Bristol, England">Avon</a> </li> <li> <a href="site-bellcan.html" title="Bell Canada, 2 sites">Bell Canada</a> </li> <li> <a href="site-cisl.html" title="Honeywell Cambridge Information Systems Laboratory, Cambridge MA">CISL</a> </li> <li> <a href="site-cno.html" title="Honeywell Corporate Network Operations, Minneapolis MN">CNO</a> </li> <li> <a href="site-dndh.html" title="Canadian Department of National Defence, Halifax NS">DND-H</a> </li> <li> <a href="site-dockmaster.html" title="US National Security Agency, Linthicum MD">DOCKMASTER</a> </li> <li> <a href="site-ford.html" title="Ford Motor Company, Detroit, MI">FORD</a> </li> <li> <a href="site-gm.html" title="General Motors Corporate, Detroit, MI">GM</a> </li> <li> <a href="site-mainz.html" title="Johannes Gutenberg Universitaet, Mainz, Germany">Mainz</a> </li> <li> <a href="site-mit.html" title="Massachusetts Institute of Technology, Cambridge, MA">MIT</a> </li> <li> <a href="site-nwgs.html" title="US Navy Naval War Games system, 4 sites">NWGS</a> </li> <li> <a href="site-ou.html" title="Oakland University, Rochester MI">OU</a> </li> <li> <a href="site-prha.html" title="Puerto Rican Highway Authority, San Juan, PR">PRHA</a> </li> <li> <a href="site-radc.html" title="Rome Air Development Center, Griffiss AFB, Rome NY">RADC</a> </li> <li> <a href="site-rae.html" title="Royal Aircraft Establishment, Farnborough, Hampshire, England">RAE</a> </li> <li> <a href="site-stc.html" title="Standard Telephones and Cables, New Southgate, London, England">STC</a> </li> <li> <a href="site-sysm.html" title="Honeywell System M, Phoenix AZ">System-M</a> </li> <li> <a href="vanderschooten/index.html" title="Bull Systeme X, Louveciennes, France">Systeme X</a> </li> <li> <a href="site-uc.html" title="University of Calgary, Calgary, Alberta, Canada">UC/ACTC</a> </li> <li> <a href="site-usgs.html" title="US Geological Survey, 3 sites">USGS</a> </li> <li> <a href="site-usl.html" title="University of Southwestern Louisiana, Lafayette LA">USL</a> </li> <li> <a href="site-vpi.html" title="Virginia Polytechnic Institute, Blacksburg, VA">VPI</a> </li> </ul> <div class="clr"></div> </li> <li> <a href="about-multics.html" title="About the web site">About&nbsp;&nbsp;&nbsp;&raquo;&nbsp;&nbsp;</a> <ul> <li> <a href="changes.html" title="Reverse chronological list of website changes this year">Changes</a> </li> <li> <a href="multics-news.html" title="Current Multics events">News</a> </li> <li> <a href="mult-links.html" title="Links to other sites on the Web relevant to Multics">Links</a> </li> <li> <a href="multics-images.html" title="Thumbnails of images on the site">Image Gallery</a> </li> <li> <a href="sitemap.html" title="Site Map">Site Map</a> </li> </ul> <div class="clr"></div> </li> </ul> </nav> <!-- ================ red magnifying glass ================ --> <a href="gsearch.html" style="float:right;" target="_blank"><img src="mulimg/mg2.gif" width="25" height="25" alt="search" title="search multicians.org"></a> </div> <!-- redmenubar --> <!-- ================ alt menubar for iphone, thanks erik ================ --> <div class="altmenubar" id="alt-main-nav" role="navigation" aria-label="Main"> <nav> <div id="menuToggle"> <!-- A fake / hidden checkbox is used as click receiver, so you can use the :checked selector on it. --> <input type="checkbox" id="switchmenus"> <!-- instead of a hamburger. --> <a href="gsearch.html" target="_blank"><img src="mulimg/mg2.gif" width="25" height="25" alt="search" title="search multicians.org" style="float:right; display:inline;"></a> <label for="switchmenus" class="altmenuword">&nbsp;MENU</label> <!-- Abbreviated menu for small screens. Does not link to all the sites. --> <div class="peekaboo"> <span> <br><a href="history.html">History</a>: <a href="features.html">Features</a> | <a href="myths.html">Myths</a> | <a href="project-mac.html">Project MAC</a> | <a href="chrono.html">Dates</a> | <a href="mgloss.html">Glossary</a> | <a href="mhp.html">History Proj</a> | <a href="corby-letter.html">Last site</a> | <br><a href="multicians.html">People</a>: <a href="multics-stories.html">Stories</a> | <a href="people-pictures.html">People Pictures</a> | <a href="multics-humor.html">Humor</a> | <a href="memorabilia.html">Memorabilia</a> | <br><a href="biblio.html">Library</a>: <a href="papers.html">Papers</a> | <a href="articles.html">Articles</a> | <a href="devdoc.html">Dev Docs</a> | <a href="multics-source.html">Source</a> | <a href="simulator.html">Simulator</a> | <br><a href="sites.html">Sites</a>: <a href="site-timeline.html">Site Timeline</a> | <br><a href="about-multics.html">About</a>: <a href="changes.html">Changes</a> | <a href="multics-news.html">News</a> | <a href="mult-links.html">Links</a> | <a href="multics-images.html">Image Gallery</a> | <a href="sitemap.html">Site Map</a> | </span> </div> </div> </nav> </div> <!-- ================ end menus ================ --> <div class="main"> <div class="colmask holygrail"> <div class="colmid"> <div class="colright"> <div class="col1wrap"> <div class="col1pad"> <div class="col1"> <!-- center column --> <main> <div class="about"> <p> The Multicians web site presents the story of the Multics operating system for people interested in the system's history, especially <a href="mgm.html#Multician" title="glossary: Anyone who contributed to the development and success of...">Multicians</a>. The site's goals are to </p> <ul class="goals"> <li>preserve the technical ideas and advances of Multics so others don't need to reinvent them.</li> <li>record the history of Multics, its builders, and its users before we all forget.</li> <li>give credit where it's due for important innovations.</li> <li>remember some good times and good people.</li> </ul> <p class="content"> The Multicians web site contains 487 HTML files (see the <a href="sitemap.html" title="about: Site Map by Tom Van Vleck">Site Map</a>) comprising over 540K lines, 1795 PDF files, and 670 graphic images. The site has benefited from the contributions of many authors. Contributions are invited: if you have a correction, fact, date, name, anecdote, or picture, please share it with Multicians everywhere by sending mail to the editor. </div> </main> <!-- ================ NEWS ================ --> <div class="midtext"> The late Harry Reed and Charles Anthony reached a major milestone on the <a href="simulator.html" title="About the SIMH based simulator for the Honeywell 6180 (DPS8M).">Multics simulator</a> on Saturday 08 November, 2014. Their <a href="multics-news.html#hreedsim" title="Current events involving Multics">SIMH-based simulator</a> booted Multics MR 12.5, came to operator command level, entered admin mode, created a small PL/I program, compiled and executed it, and shut down. <b>Release 3.0.1 of the simulator is now available.</b> There have been multiple updates to Multics for the simulator: the latest version is <a href="https://multics-wiki.swenson.org" title="new window: https://multics-wiki.swenson.org" target="_blank" rel="noopener"><span class="nb"><img src="mulimg/tinyglob.gif" alt="" width="12" height="11" style="display: inline;"> <b>MR 12.8, August 2023</b></span></a>. Anyone can try out a simulated Multics or install the simulator on their own computer. </div> <div class="midtext"> <a href="https://web.mit.edu/multics-history/" title="new window: https://web.mit.edu/multics-history/" target="_blank" rel="noopener"><span class="nb"><img src="mulimg/tinyglob.gif" alt="" width="12" height="11" style="display: inline;"> Open Source for Multics</span></a> is hosted at MIT, courtesy of Bull HN. It is available "for any purpose and without fee" provided that the copyright notice and historical background are preserved in all copies. </div> </div> <!-- col1 --> </div> <!-- col1pad --> </div> <!-- col1wrap --> <div class="col2"> <!-- left column --> <div class="blurb"> <p> <strong>Multics</strong> (Multiplexed Information and Computing Service) was a mainframe time-sharing operating system begun in 1965 and used until 2000. Multics began as a research project and was an important influence on operating system development. The system became a commercial product sold by Honeywell to education, government, and industry. </p> <p> Multics was a prototype of a <a href="mgc.html#computerutility" title="glossary: A computer, its software, and staff set up to...">Computer Utility</a>, providing secure computing to remote users at their terminals. Multicians still miss the elegant, consistent, and powerful programming environment; some Multics features are only now being added to contemporary systems. </p> </div> </div> <!-- col2 --> <div class="col3"> <div class="slideshow" id="slider"> <ul> <li><a href="multics-stories.html" title="CISL H6180 Multics computer, Dec 1973 [THVV]"><span class="sc_whmd">&nbsp;&nbsp;87 Multics Stories</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="csssliderh6180doorsopen2xjpg"></a></li> <li class="starthidden"><a href="corby.html" title="Corby, 2016 [Jason Dorfman]"><span class="sc_bkhi">&nbsp;&nbsp;Corby (1926-2019)</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslidercorbydorfman2xjpg"></a></li> <li class="starthidden"><a href="history.html" title="timeline"><span class="sc_bkhi">&nbsp;&nbsp;History 1963-2025</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslidermtimeline2xgif"></a></li> <li class="starthidden"><a href="multicians.html" title="Multics Cuties, Phoenix, 1979 [THVV]"><span class="sc_whmd">&nbsp;&nbsp;2047 Multicians</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslidercuties2xjpg"></a></li> <li class="starthidden"><a href="biblio.html" title="Multics System Programmers Manual [Dave Walden]"><span class="sc_bkhi">&nbsp;&nbsp; Documents</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslidermspm2xjpg"></a></li> <li class="starthidden"><a href="myths.html" title="I/O Multiplexer control panel [THVV]"><span class="sc_rdmd">&nbsp;&nbsp;23 Myths About Multics</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslideriompanel2xjpg"></a></li> <li class="starthidden"><a href="papers.html" title="board from a GE-645 [THVV]"><span class="sc_bllo">&nbsp;&nbsp;46 Conference Papers</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslider645board2xjpg"></a></li> <li class="starthidden"><a href="devproc.html" title="Multics Change Review Board, Mar 1974 [THVV]"><span class="sc_bkhi">&nbsp;&nbsp;Development Process</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslidermcrb2xjpg"></a></li> <li class="starthidden"><a href="about-multics.html" title="Artist conception of GE-645 Multics system [from Corby]"><span class="sc_bllo">&nbsp;&nbsp;About the Web site</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="csssliderge6452xjpg"></a></li> <li class="starthidden"><a href="articles.html" title="68/80 Multics system [Honeywell]"><span class="sc_rdlo">&nbsp;&nbsp;30 Articles</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslider6880system2xjpg"></a></li> <li class="starthidden"><a href="picnics.html" title="Multics Picnic, Groton MA, 1977 [THVV]"><span class="sc_bkhi">&nbsp;&nbsp;Multics Picnics</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="csssliderflutes2xjpg"></a></li> <li class="starthidden"><a href="phase-one.html" title="Don Widrig at MIT GE-645, 1967 [THVV]"><span class="sc_bklo">&nbsp;&nbsp;Phase One</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslidermartinwidrig6452xjpg"></a></li> <li class="starthidden"><a href="memorabilia.html" title="Multics flying disc [THVV]"><span class="sc_bkhi">&nbsp;&nbsp;Memorabilia</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslidermulticsfrisbee2xjpg"></a></li> <li class="starthidden"><a href="b2.html" title="Button from HLSUA meeting [THVV]"><span class="sc_bkhi">&nbsp;&nbsp;Security</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslideryouwouldb22xjpg"></a></li> <li class="starthidden"><a href="site-timeline.html" title="History of Multics sites"><span class="sc_bklo">&nbsp;&nbsp;Site Timeline</span><img src="mulimg/clearpix.gif" width="300" height="244" alt="" class="cssslidersitetimeline2xgif"></a></li> </ul> </div> <!-- slideshow --> <div id="changebox"> <span class="head">Recent Changes</span> <dl style="display:compact"> <dt>02/19</dt> <dd> <a href="unix.html"><span class="topic">UNIX and Multics</span></a>: Added more information about history, people, and process. </dd> <dt>11/29</dt> <dd> <a href="multicians.html"><span class="topic">Multicians</span></a>: Diana Boyd died in March 2024. </dd> <dt>11/03</dt> <dd> <a href="people-pictures.html"><span class="topic">People Pictures</span></a>: Added 3 photos of Multicians. </dd> <dt>11/01</dt> <dd> <a href="site-nwgs.html"><span class="topic">NWGS Stories</span></a>: Jay McMullan&#39;s stories about NWGS. </dd> <dt>10/30</dt> <dd> <span class="topic">Multicians</span>: Updated entry for Jay McMullan. </dd> <dt>09/30</dt> <dd> <a href="biblio.html"><span class="topic">Bibliography</span></a>: Added four CHM oral history interviews </dd> </dl> <p class="changeref" title="Reverse chronological listing of changes"><a href="changes.html">all changes</a></p> <p class="xmlflag" title="RSS feed"><a href="rss.xml">RSS</a></p> </div> <!-- changebox --> </div> <!-- col3 --> </div> <!-- colleft --> </div> <!-- colmid --> </div> <!-- colmask --> <div class="tail clr"> <form method="post" action="https://multicians.org/cgi-sys/cgiwrap/thvv/squirnet.cgi" class="mf"><address><input type="hidden" name="formtpt" value="mxmft.txt"><input type="hidden" name="name" value="editor"><input type="hidden" name="sortkey" value="editor"><input type="text" name="approved" size="9" class="mfx"><input name="send" type="submit" value="mail to editor" title="send mail to site editor" class="mfaddr"></address></form> </div> <!-- tail --> </div> <!-- main --> </div> <!-- outer --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10