summaryrefslogtreecommitdiff
path: root/sys/man/preface3.html
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
commitb41b9034225ab3e49980d9de55c141011b6383b0 (patch)
tree891014b4c2e803e01ac7a1fd2b60819fbc5a6e73 /sys/man/preface3.html
parentc558a99e0be506a9abdf677f0ca4490644e05fc1 (diff)
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/preface3.html')
-rwxr-xr-xsys/man/preface3.html84
1 files changed, 84 insertions, 0 deletions
diff --git a/sys/man/preface3.html b/sys/man/preface3.html
new file mode 100755
index 000000000..16fabe421
--- /dev/null
+++ b/sys/man/preface3.html
@@ -0,0 +1,84 @@
+<html>
+<title>
+preface3
+</title>
+<body BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#330088" ALINK="#FF0044">
+<H1>Preface to the Third (2000) Edition
+</H1>
+<br>&#32;<br>
+A great deal has happened to Plan 9 in the five years since its last release.
+Although much of the system will seem familiar, hardly any aspect
+of it is unchanged.
+The kernel has been heavily reworked;
+the graphical environment completely rewritten;
+many commands added, deleted, or replaced;
+and the libraries greatly expanded.
+Underneath, though, the same approach to computing remains:
+a distributed system that uses file-like naming to access and
+control resources both local and remote.
+<br>&#32;<br>
+Some of the changes are sweeping:
+<DL>
+<DT><DT>&#32;<DD>
+Alef is gone, a casualty of the cost of maintaining multiple languages, compilers,
+and libraries in a diverse world,
+but its model for processes, tasks, and communication lives on
+in a new thread library for C.
+<DT><DT>&#32;<DD>
+Support for color displays is much more general, building on a new
+alpha-blending graphical operator called
+<TT>draw</TT>
+that replaces the old
+<TT>bitblt</TT>.
+Plan 9 screens are now, discreetly, colorful.
+<DT><DT>&#32;<DD>
+A new mechanism called plumbing connects applications together
+in a variety of ways, most obviously in the support of multimedia.
+<DT><DT>&#32;<DD>
+The interfaces to the panoply of rotating storage devices have been
+unified and extended,
+while providing better support for having Plan 9 coexist with other
+operating systems on a single disk.
+<DT><DT>&#32;<DD>
+Perhaps most important, this release of the system is being done under
+an open source agreement, providing cost-free source-level access to the
+software.
+</dl>
+<br>&#32;<br>
+Plan 9 continues to be the work of many people.
+Besides those mentioned in the old preface,
+these people deserve particular note:
+Russ Cox did much of the work updating the graphics
+and creating the new disk and bootstrap model
+as well as providing a number of new commands;
+David Hogan ported Plan 9 to the Dec Alpha;
+and
+Sape Mullender wrote the new thread library.
+<br>&#32;<br>
+Other new contributors include
+Bruce Ellis,
+Charles Forsyth,
+Eric Van Hensbergen,
+and
+Tad Hunt.
+<br>&#32;<br>
+<DL><DT><DD>
+<DL><DT><DD>
+<DL><DT><DD>
+<DL><DT><DD>
+<DL><DT><DD>
+<DL><DT><DD>
+<DL><DT><DD>
+<DL><DT><DD>
+Bell Labs
+<br>
+Computing Science Research Center
+<br>
+Murray Hill NJ
+<br>
+June, 2000
+
+<br>&#32;<br>
+<A href=http://www.lucent.com/copyright.html>
+Copyright</A> &#169; 2000 Lucent Technologies Inc. All rights reserved.
+</body></html>