
"This is extraordinary news for all nerds, computer scientists and the Open Source community: the source code of the
MULTICS operating system (Multiplexed Information and Computing Service), the father of UNIX and all modern OSes,
has finally been opened [get it
here]. Multics was an extremely influential early time-sharing operating system started in 1964 and introduced a large number of new concepts, including dynamic linking and a hierarchical file system. It was extremely powerful, and UNIX can in fact be considered to be a 'simplified' successor to MULTICS (the name 'Unix' is itself a hack on 'Multics'). The last running Multics installation was shut down on October 31, 2000."
Member since:
2005-07-08
Have to agree there, anyone who is even remotely profficient in C should be able to read some PL/1 although it was heading in the Algol direction while C is more transparent to the hardware.
Also before C even arrived on micro computers, Intel had a subset of PM/1 that was probably as close to hardware as C was, it was part of their development systems they sold for 8085 and early 8086 boxes.
The only problem with reading really old software codes esp going way back to 50-60's codes is that the whole way of thinking about machines was in a different context. They were the first to do something or certain ways of doing things were common knowledge then and now forgotten. One has to set aside much of what one knows today to appreciate what was done then.