Unix - peregrineshahin/ChessProgrammingWiki GitHub Wiki


title: Unix

Home * Software * Unix

Unix, (UNIX)

a multitasking, multi-user operating system developed in 1969 by a group of AT&T employees at Bell Labs, including Ken Thompson, Dennis Ritchie, Brian Kernighan, Douglas McIlroy, and Joe Ossanna [1].

Philosophy

The Unix philosophy was summarized by Doug McIlroy, the inventor of Unix pipes: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface. This paradigm was archetype of both primary Protocols in computer chess, to communicate with a GUI or game playing controllers and servers, the Chess Engine Communication Protocol, and UCI.

Unix-Systems

[ Unix genealogy tree [3]

FreeBSD OpenBSD

Digital UNIX

Selected Publications

[4]

Forum Posts

External Links

References

  1. โ†‘ Unix from Wikipedia
  2. โ†‘ The X-Windows Disaster - How to make a 50-MIPS Workstation Run Like a 4.77MHz IBM PC, Chapter 7 of the UNIX-HATERS Handbook. The X-Windows Disaster chapter was written by Don Hopkins
  3. โ†‘ Unix wars from Wikipedia
  4. โ†‘ Early UNIX Documents - Ancient UNIX - Blog - This Old Micro
  5. โ†‘ Ken Thompson, Dennis Ritchie win Japan 'Nobel' Prize, ChessBase News, January 26, 2011

Up one Level