When was the term Multics (operating system) coined and by whom? The history of Multics is interesting because the failure of its development led to the development of Unix which is now used in the form of BSD and macOS iOS and further we have widely used Unix-like operating systems e g GNU+Linux But from the history of Multics, I couldn't find any information about who had coined the term Multics and when
Why did so many OS names end in x? Multics was meant to be many things; reliable, available, meant to support multiple layers of security, meant to support many users, meant to support hot-swapping of system components
history - What methods were used for password encryption before . . . The Multics scrambler works by first compressing the 8 Multics-ASCII character password from 72 to 56 bits by removing the high-order two bits (always zero in the 9 bit Multics representation of 7 bit ASCII characters) from each character If the password is less than 8 characters in length, blanks were added to make it 8 characters long
emulation - Are there runnable Multics systems available . . . 25 There are a number of ways to use Multics today One option is to run it locally under an emulator The source code that's available should run (under emulation) on most Linux systems, Mac OS X, and Windows, even the RasPi See the Multicians site for details (a cookbook is available) Another option is to telnet (or ssh) to a public access
What was the complete list of overstrikes supported by Multics APL? Can anyone find out the exact list of overstrikes that was supported by Multics APL at any point in its history? I see that there's something on GitHub purporting to be the source code of Multics, but I don't think it includes the APL implementation
How did Multics make library calls available as shell commands? In Multics, when the command processor calls out to a program the system linker finds the right entry point in the file system and links it into the process right then and there and an actual machine-instruction call is made, just as if it had all been compiled together
What were earliest attempts to make computers accessible? Before refreshable braille displays, there were braille printers and braille typewriters that embossed paper They were adapted quite early to be driven by computer - at least by the late 1960s One of the programmers of Multics at MIT, Ed Glaser, was blind