What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
linux:history:beforelinux [2018/09/24 15:30] – 外部编辑 127.0.0.1linux:history:beforelinux [2023/03/30 02:30] (当前版本) – 移除 codinghare
行 1: 行 1:
-======History Before Liunx====== 
- 
-===== ===== 
-===1969.Multics=== 
-Participants: Bell Lab, MIT,GE\\ 
-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://www.multicians.org/]]\\ 
-===1969.Unics=== 
-Creator: [[https://en.wikipedia.org/wiki/Ken_Thompson|Ken Thompson]]\\ 
-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://en.wikipedia.org/wiki/Ken_Thompson|Ken Thompson]], [[https://en.wikipedia.org/wiki/Dennis_Ritchie|Dennis Ritchie]]\\ 
-Programming Language used: B, C;\\ 
-B: developed by Ken Thompson, mainly on the BCPL language Thompson used in the Multics project.\\ 
-C: developed by Dennis Ritchie, rewrite base on B, to solve Unix kernel problems.\\ 
-===1977.BSD=== 
-**BSD**:Berkeley Software Distribution,The First Unix Distribution\\ 
-Creator:[[https://en.wikipedia.org/wiki/Bill_Joy|Bill Joy]] (also as known as the founder of SUN)\\ 
-===1979.System V=== 
-UNIX **System V**: the first commercial Unix version\\ 
-Creator: AT&T\\ 
-Variants: AIX(IBM) \ HP-UX(HP)\\ 
-Important contents: support x86 computer.\\ 
-===1984.Minix=== 
-Why Minix: AT&T had serious restriction on providing System V to students.\\ 
-Creator:[[https://en.wikipedia.org/wiki/Andrew_S._Tanenbaum|Andrew S. Tanenbaum]]\\ 
-===1984.GNU&FSF=== 
-**GNU**(GNU is Not Unix):  GNU's design is Unix-like, but differs from Unix by being free software and containing no Unix code.\\ 
-**FSF**: Free Software Foundation,support the free software movement, which promotes the universal freedom to study, distribute, create, and modify computer software, with the organization's preference for software being distributed under copyleft ("share alike") terms\\ 
-Founder:[[https://en.wikipedia.org/wiki/Richard_Stallman|Richard Stallman]]( also as known as the creator of **GCC**(C complier),Emacs(one of the most famous editor) and BASH shell) 
-===1988.X window system=== 
-X window system: a GUI for Unix.\\ 
-Developer: MIT\\ 
-