Plan9 070107.zip
From FreeOsZoo
Summary
| |
| Operating System | Plan 9 (Fourth edition) |
| Architecture | x86 |
| Creator | Bakul Shah |
| Size | 110 MB |
| OS Website | http://plan9.bell-labs.com/plan9/ |
| Published | 01:05, 10 January 2007 (PST) |
| Direct link | http://www.oszoo.org/ftp/images/plan9_070107.zip.torrent |
About the image
Plan 9 from Bell Labs is a research system developed at Bell Labs starting in the late 1980s. Its original designers and authors were Ken Thompson, Rob Pike, Dave Presotto, and Phil Winterbottom. They were joined by many others as development continued throughout the 1990s to the present.
Plan 9 demonstrates a new and often cleaner way to solve most systems problems. The system as a whole is likely to feel tantalizingly familiar to Unix users but at the same time quite foreign.
In Plan 9, each process has its own mutable name space. A process may rearrange, add to, and remove from its own name space without affecting the name spaces of unrelated processes. Included in the name space mutations is the ability to mount a connection to a file server speaking 9P, a simple file protocol. The connection may be a network connection, a pipe, or any other file descriptor open for reading and writing with a 9P server on the other end. Customized name spaces are used heavily throughout the system, to present new resources (e.g., the window system), to import resources from another machine (e.g., the network stack), or to browse backward in time (e.g., the dump file system).


