diff options
author | John Fieber <jfieber@FreeBSD.org> | 1995-05-10 22:12:01 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1995-05-10 22:12:01 +0000 |
commit | 0d9e3fb329c9f92b459d7cc760f800d799664451 (patch) | |
tree | b159eeeeb827d6919a30a28c21afe4c594003e2b /handbook | |
parent | 496f7b8323c5863750a85bf468b88b8e8abbfc6e (diff) | |
download | doc-0d9e3fb329c9f92b459d7cc760f800d799664451.tar.gz doc-0d9e3fb329c9f92b459d7cc760f800d799664451.zip |
Added Jordan's "brief history of FreeBSD", swiped from the WWW pages.
Notes
Notes:
svn path=/head/; revision=8
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/handbook.sgml | 5 | ||||
-rw-r--r-- | handbook/history.sgml | 44 |
2 files changed, 47 insertions, 2 deletions
diff --git a/handbook/handbook.sgml b/handbook/handbook.sgml index 54e7382fd4..d3216afde9 100644 --- a/handbook/handbook.sgml +++ b/handbook/handbook.sgml @@ -1,4 +1,4 @@ -<!-- $Id: handbook.sgml,v 1.3 1995-05-10 11:34:07 jfieber Exp $ --> +<!-- $Id: handbook.sgml,v 1.4 1995-05-10 22:12:00 jfieber Exp $ --> <!-- The FreeBSD Documentation Project --> <!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ @@ -14,6 +14,7 @@ <!ENTITY diskless SYSTEM "diskless.sgml"> <!ENTITY eresources SYSTEM "eresources.sgml"> <!ENTITY glossary SYSTEM "glossary.sgml"> +<!ENTITY history SYSTEM "history.sgml"> <!ENTITY kerberos SYSTEM "kerberos.sgml"> <!ENTITY nfs SYSTEM "nfs.sgml"> <!ENTITY porting SYSTEM "porting.sgml"> @@ -73,7 +74,7 @@ OUTLINE: <chapt><heading>Introduction</heading> <sect><heading>FreeBSD In a nutshell</heading> - <sect><heading>History</heading> + &history; <sect><heading>About this release</heading> <sect><heading>FreeBSD now and in the future</heading> diff --git a/handbook/history.sgml b/handbook/history.sgml new file mode 100644 index 0000000000..f43c673b63 --- /dev/null +++ b/handbook/history.sgml @@ -0,0 +1,44 @@ +<!-- $Id: history.sgml,v 1.1 1995-05-10 22:12:01 jfieber Exp $ --> +<!-- The FreeBSD Documentation Project --> + +<sect><heading>A brief history of FreeBSD</heading> + +<p><em>Contributed by &a.jkh;</em>. + +The FreeBSD project was started somewhere in the early part of 1992 as +an outgrowth of the "Unofficial 386BSD Patchkit" by the patchkit's +last 3 coordinators: Nate Williams, Jordan Hubbard and Rod Grimes. +David Greenman and Julian Elischer were also lurking in the background +around this time, though they didn't come fully into the project until +a month or two after it was more or less officially launched. The +original working title of the project was also "386BSD 0.5" or "386BSD +Interim", a reference to the fact that the original goal was to +produce an intermediate snapshot of 386BSD. + +386BSD was Bill Jolitz's operating system, which had been up to +that point suffering rather severely from neglect, a consequence +of which was to cause the patchkit to swell ever more +uncomfortably with each passing day. The 3 ex-patchkit +coordinators were all in agreement that the patchkit had to die. +It was rapidly outliving its usefulness, and it would be a far +easier thing to simply do another 386BSD release with all patches +applied and a number of its aging utilities updated. + +These plans came to a rude halt when Bill Jolitz suddenly decided +to withdraw his sanction from the project. It didn't take the +team members long to decide that the goal remained worthwhile +even without Bill's support, and so they adopted the name +"FreeBSD", which was coined by David Greenman. + +Once it also became clear that the project was on the road to +perhaps even becoming a reality, Jordan Hubbard contacted Walnut +Creek CDROM with an eye towards improving FreeBSD's distribution +channels to those many unfortunates without easy access to the +Internet. Walnut Creek CDROM not only supported the idea of +distributing FreeBSD on CD, but went so far as to provide the +project with a machine to work on and a fast Internet connection. +Without Walnut Creek CDROM's almost unprecidented degree of faith +in what was, at the time, a completely unknown project, it is +very unlikely that FreeBSD would have gotten as far, as fast, as +it has today. + |