本 Wiki 开启了 HTTPS。但由于同 IP 的 Blog 也开启了 HTTPS,因此本站必须要支持 SNI 的浏览器才能浏览。为了兼容一部分浏览器,本站保留了 HTTP 作为兼容。如果您的浏览器支持 SNI,请尽量通过 HTTPS 访问本站,谢谢!
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
linux:beforelinux [2016/06/07 04:54] – created haregy | linux:beforelinux [2016/06/07 05:40] (当前版本) – removed haregy | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====History Before Liunx==== | ||
- | ===== ===== | ||
- | ===1969.Multics=== | ||
- | Participants: | ||
- | Base technique for this project: **Compatible Time-Sharing System, CTSS**: allow less than 30 terminals to operate server at the same time.\\ | ||
- | Project Goal: Create an operation system that allow at least 300 terminals work at the same time.\\ | ||
- | Websites: [[http:// | ||
- | ===1969.Unics=== | ||
- | Creator: [[https:// | ||
- | Programming Language used: Assembler\\ | ||
- | Important aspects for Unics:\\ | ||
- | - the use of plain text for storing data\\ | ||
- | - treating devices and certain types of inter-process communication (IPC) as files\\ | ||
- | - all applications and devices have only one target: do things well. | ||
- | ===1973.Unix==== | ||
- | Creator: [[https:// | ||
- | Programming Language used: B, C;\\ | ||
- | B: developed by Ken Thompson, mainly on the BCPL language Thompson used in the Multics project. |