article.xml revision 270683
1250746Sgabor<?xml version="1.0" encoding="iso-8859-1"?>
2257814Sgjb<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
3257814Sgjb        "../../../share/xml/freebsd50.dtd" [
4250746Sgabor<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent">
5250746Sgabor %release;
676082Sbmah]>
7257814Sgjb<!-- 
8257814Sgjb     Local Variables:
9257814Sgjb     mode: sgml
10257814Sgjb     sgml-indent-data: t
11257814Sgjb     sgml-omittag: nil
12257814Sgjb     sgml-always-quote-attributes: t
13257814Sgjb     End:
14257814Sgjb-->
15257814Sgjb<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
16257814Sgjb  <info><title>&os; &release.current; README</title>
17257814Sgjb    
1876082Sbmah
19257814Sgjb    <author><orgname>The &os; Project</orgname></author>
2081327Sbmah
2182666Sbmah    <pubdate>$FreeBSD: stable/10/release/doc/en_US.ISO8859-1/readme/article.xml 270683 2014-08-26 23:50:21Z gjb $</pubdate>
2281327Sbmah
2382666Sbmah    <copyright>
2482666Sbmah      <year>2000</year>
2582666Sbmah      <year>2001</year>
2688820Sbmah      <year>2002</year>
27108829Sbmah      <year>2003</year>
28130964Sden      <year>2004</year>
29145265Shrs      <year>2005</year>
30165592Sbmah      <year>2006</year>
31171891Sbmah      <year>2007</year>
32179456Shrs      <year>2008</year>
33258493Srodrigc      <year>2009</year>
34258493Srodrigc      <year>2010</year>
35258493Srodrigc      <year>2011</year>
36258493Srodrigc      <year>2012</year>
37258493Srodrigc      <year>2013</year>
38134817Shrs      <holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
3982666Sbmah    </copyright>
40119884Ssimon
41257814Sgjb    <legalnotice xml:id="trademarks" role="trademarks">
42119884Ssimon      &tm-attrib.freebsd;
43119884Ssimon      &tm-attrib.intel;
44119884Ssimon      &tm-attrib.opengroup;
45119884Ssimon      &tm-attrib.sparc;
46119884Ssimon      &tm-attrib.general;
47119884Ssimon    </legalnotice>
4881327Sbmah
4982666Sbmah  <abstract>
5082666Sbmah    <para>This document gives a brief introduction to &os;
5188959Sbmah      &release.current;.  It includes some information on how to
5288959Sbmah      obtain &os;, a listing of various ways to contact the &os;
5388959Sbmah      Project, and pointers to some other sources of
5488959Sbmah      information.</para>
5582666Sbmah  </abstract>
56257814Sgjb  </info>
5781327Sbmah
58257814Sgjb  <sect1 xml:id="intro">
5982666Sbmah    <title>Introduction</title>
6081327Sbmah
6182666Sbmah    <para>This distribution is a &release.type; of &os; &release.current;, the
6282666Sbmah      latest point along the &release.branch; branch.</para>
6381327Sbmah
6482666Sbmah    <sect2>
6582666Sbmah      <title>About &os;</title>
6681327Sbmah
6782666Sbmah      <para>&os; is an operating system based on 4.4 BSD Lite for
68171891Sbmah	AMD64 and Intel EM64T based PC hardware (&arch.amd64;),
69171891Sbmah	Intel, AMD, Cyrix or NexGen <quote>x86</quote> based PC hardware (&arch.i386;),
70171891Sbmah	Intel Itanium Processor based computers (&arch.ia64;),
71171891Sbmah	NEC PC-9801/9821 series PCs and compatibles (&arch.pc98;),
72171891Sbmah	and &ultrasparc; machines (&arch.sparc64;).  Versions
73179456Shrs	for the &arm; (&arch.arm;), &mips; (&arch.mips;), and
74179456Shrs	&powerpc; (&arch.powerpc;) architectures are currently under
7582666Sbmah	development as well.  &os; works with a wide variety of
7682666Sbmah	peripherals and configurations and can be used for everything
7782666Sbmah	from software development to games to Internet Service
7882666Sbmah	Provision.</para>
7981327Sbmah
8082666Sbmah      <para>This release of &os; contains everything you need to run
8182666Sbmah	such a system, including full source code for the kernel and
8282666Sbmah	all utilities in the base distribution.  With the source
8382666Sbmah	distribution installed, you can literally recompile the entire
8482666Sbmah	system from scratch with one command, making it ideal for
8582666Sbmah	students, researchers, or users who simply want to see how it
8682666Sbmah	all works.</para>
8781327Sbmah
8882666Sbmah      <para>A large collection of third-party ported software (the
8982666Sbmah	<quote>Ports Collection</quote>) is also provided to make it
90114787Sbmah	easy to obtain and install all your favorite traditional &unix;
9182666Sbmah	utilities for &os;.  Each <quote>port</quote> consists of a
9282666Sbmah	set of scripts to retrieve, configure, build, and install a
9382666Sbmah	piece of software, with a single command.  Over &os.numports;
9482666Sbmah	ports, from editors to programming languages to graphical
9582666Sbmah	applications, make &os; a powerful and comprehensive operating
9682666Sbmah	environment that extends far beyond what's provided by many
97114787Sbmah	commercial versions of &unix;.  Most ports are also available as
9882666Sbmah	pre-compiled <quote>packages</quote>, which can be quickly
9982666Sbmah	installed from the installation program.</para>
10082666Sbmah    </sect2>
10182666Sbmah
10282666Sbmah    <sect2>
10382666Sbmah      <title>Target Audience</title>
10482666Sbmah
105250746Sgabor      <para releasetype="current">This &release.type; is aimed primarily at early adopters
106134116Shrs	and various other users who want to get involved with the
107134116Shrs	ongoing development of &os;.  While the &os; development team
108134116Shrs	tries its best to ensure that each &release.type; works as
109134116Shrs	advertised, &release.branch; is very much a
110134116Shrs	work-in-progress.</para>
111134116Shrs
112250746Sgabor      <para releasetype="current">The basic requirements for using this &release.type; are
113134116Shrs	technical proficiency with &os; and an understanding of the
114134116Shrs	ongoing development process of &os; &release.branch; (as
115259789Sgjb	discussed on the &a.stable;).</para>
116134116Shrs
117250746Sgabor      <para releasetype="current">For those more interested in doing business with &os; than
118134116Shrs	in experimenting with new &os; technology, formal releases
119134116Shrs	(such as &release.prev.stable;) are frequently more appropriate.
120134116Shrs	Releases undergo a period of testing and quality assurance
121134116Shrs	checking to ensure high reliability and dependability.</para>
122134116Shrs
123250746Sgabor      <para releasetype="snapshot">This &release.type; is aimed primarily at early adopters
12482666Sbmah	and various other users who want to get involved with the
12582666Sbmah	ongoing development of &os;.  While the &os; development team
12682666Sbmah	tries its best to ensure that each &release.type; works as
12782666Sbmah	advertised, &release.branch; is very much a
12882666Sbmah	work-in-progress.</para>
12981327Sbmah
130250746Sgabor      <para releasetype="snapshot">The basic requirements for using this &release.type; are
13182666Sbmah	technical proficiency with &os; and an understanding of the
13283425Sbmah	ongoing development process of &os; &release.branch; (as
133259789Sgjb	discussed on the &a.stable;).</para>
13482666Sbmah
135250746Sgabor      <para releasetype="snapshot">For those more interested in doing business with &os; than
13682666Sbmah	in experimenting with new &os; technology, formal releases
13792482Smurray	(such as &release.prev.stable;) are frequently more appropriate.
13882666Sbmah	Releases undergo a period of testing and quality assurance
13982666Sbmah	checking to ensure high reliability and dependability.</para>
14082666Sbmah
141250746Sgabor      <para releasetype="release">This &release.type; of &os; is suitable for all users.  It
14282666Sbmah	has undergone a period of testing and quality assurance
14382666Sbmah	checking to ensure the highest reliability and
14482666Sbmah	dependability.</para>
14582666Sbmah    </sect2>
14682666Sbmah  </sect1>
14781339Sbmah
148257814Sgjb  <sect1 xml:id="obtain">
14982666Sbmah    <title>Obtaining &os;</title>
15081327Sbmah
15182666Sbmah    <para>&os; may be obtained in a variety of ways.  This section
15288959Sbmah      focuses on those ways that are primarily useful for obtaining a
15382666Sbmah      complete &os; distribution, rather than updating an existing
15482666Sbmah      installation.</para>
15581327Sbmah
15682666Sbmah    <sect2>
15782666Sbmah      <title>CDROM and DVD</title>
15881327Sbmah
15982666Sbmah      <para>&os; -RELEASE distributions may be ordered on CDROM or DVD
16082666Sbmah	from several publishers.  This is frequently the most
16182666Sbmah	convenient way to obtain &os; for new installations, as it
16282666Sbmah	provides a convenient way to quickly reinstall the system if
16382666Sbmah	necessary.  Some distributions include some of the optional,
16482666Sbmah	precompiled <quote>packages</quote> from the &os; Ports
165171891Sbmah	Collection, or other extra material.</para>
16681327Sbmah
16782666Sbmah      <para>A list of the CDROM and DVD publishers known to the
168257814Sgjb	project are listed in the <link xlink:href="&url.books.handbook;/mirrors.html"><quote>Obtaining
169257814Sgjb	&os;</quote></link> appendix to the Handbook.</para>
17082666Sbmah    </sect2>
17181327Sbmah
17282666Sbmah    <sect2>
17382666Sbmah      <title>FTP</title>
17481327Sbmah
17582666Sbmah      <para>You can use FTP to retrieve &os; and any or all of its
176257814Sgjb	optional packages from <uri xlink:href="ftp://ftp.FreeBSD.org/">ftp://ftp.FreeBSD.org/</uri>, which is the official
17782666Sbmah	&os; release site, or any of its
17882666Sbmah	<quote>mirrors</quote>.</para>
17981327Sbmah
18082666Sbmah      <para>Lists of locations that mirror &os; can be found in the
181257814Sgjb	<link xlink:href="&url.books.handbook;/mirrors-ftp.html">FTP
182257814Sgjb	Sites</link> section of the Handbook.
18382666Sbmah	Finding a close (in networking terms) mirror from which to
18482666Sbmah	download the distribution is highly recommended.</para>
18581327Sbmah
18682666Sbmah      <para>Additional mirror sites are always welcome.  Contact
18782666Sbmah	<email>freebsd-admin@FreeBSD.org</email> for more details on
18891249Skeramida	becoming an official mirror site.  You can also find useful
189257814Sgjb        information for mirror sites at the <link xlink:href="&url.articles.hubs;/">Mirroring
190257814Sgjb        &os;</link> article.</para>
19181327Sbmah
192171891Sbmah      <para>Mirrors generally contain the ISO images generally used to
193171891Sbmah	create a CDROM of a &os; release.  They usually also contain
194171891Sbmah	floppy disk images (for applicable platforms), as well as the
195171891Sbmah	files necessary to do an installation over the network.
196171891Sbmah	Finally mirrors sites usually contain a set of packages for
197171891Sbmah	the most current release.</para>
19882666Sbmah    </sect2>
19982666Sbmah  </sect1>
20081327Sbmah
201257814Sgjb  <sect1 xml:id="contacting">
20282666Sbmah    <title>Contacting the &os; Project</title>
20381327Sbmah
20482666Sbmah    <sect2>
20582666Sbmah      <title>Email and Mailing Lists</title>
20681327Sbmah
20782666Sbmah      <para>For any questions or general technical support issues,
20882666Sbmah	please send mail to the &a.questions;.</para>
20981327Sbmah
21083425Sbmah      <para>If you're tracking the &release.branch; development efforts, you
211259789Sgjb	<emphasis>must</emphasis> join the &a.stable;, in order to
21282666Sbmah	keep abreast of recent developments and changes that may
21393244Skeramida	affect the way you use and maintain the system.</para>
21481327Sbmah
21588959Sbmah      <para>Being a largely-volunteer effort, the &os;
21688959Sbmah	Project is always happy to have extra hands willing to help&mdash;there are already far more desired enhancements than
21782666Sbmah	there is time to implement them.  To contact the developers on
21882666Sbmah	technical matters, or with offers of help, please send mail to
21982666Sbmah	the &a.hackers;.</para>
22081327Sbmah
22182666Sbmah      <para>Please note that these mailing lists can experience
22288959Sbmah	<emphasis>significant</emphasis> amounts of traffic.  If you
22388959Sbmah	have slow or expensive mail access, or are only interested in
22488959Sbmah	keeping up with major &os; events, you may find it
22582666Sbmah	preferable to subscribe instead to the &a.announce;.</para>
22681327Sbmah
22782666Sbmah      <para>All of the mailing lists can be freely joined by anyone
228257814Sgjb	wishing to do so.  Visit the <link xlink:href="&url.base;/mailman/listinfo">
229257814Sgjb	&os; Mailman Info Page</link>.  This will give you more
23082666Sbmah	information on joining the various lists, accessing archives,
23182666Sbmah	etc.  There are a number of mailing lists targeted at special
23282666Sbmah	interest groups not mentioned here; more information can be
233257814Sgjb	obtained either from the Mailman pages or the <link xlink:href="&url.base;/support.html#mailing-list">mailing
234257814Sgjb	lists section</link> of the &os; Web site.</para>
23581327Sbmah
23682666Sbmah      <important>
23782666Sbmah	<para>Do <emphasis>not</emphasis> send email to the lists
238114787Sbmah	  asking to be subscribed.  Use the Mailman interface
23982666Sbmah	  instead.</para>
24082666Sbmah      </important>
24182666Sbmah    </sect2>
24281327Sbmah
24382666Sbmah    <sect2>
24482666Sbmah      <title>Submitting Problem Reports</title>
24581327Sbmah
24682666Sbmah      <para>Suggestions, bug reports and contributions of code are
24788959Sbmah	always valued&mdash;please do not hesitate to report any
24882666Sbmah	problems you may find.  Bug reports with attached fixes are of
24982666Sbmah	course even more welcome.</para>
25081327Sbmah
25182666Sbmah      <para>The preferred method to submit bug reports from a machine
252270683Sgjb	with Internet connectivity is to use the <application>Bugzilla</application>
253270683Sgjb	bug tracker.
25482666Sbmah	<quote>Problem Reports</quote> (PRs) submitted in this way
25582666Sbmah	will be filed and their progress tracked; the &os; developers
25682666Sbmah	will do their best to respond to all reported bugs as soon as
257270683Sgjb	possible.  <link xlink:href="https://bugs.FreeBSD.org/search/">A list
258257814Sgjb	of all active PRs</link> is available on the &os; Web site;
25982666Sbmah	this list is useful to see what potential problems other users
26082666Sbmah	have encountered.</para>
26181327Sbmah
262270683Sgjb      <para>Note that &man.send-pr.1; is deprecated.</para>
26381327Sbmah
264257814Sgjb      <para>For more information, <link xlink:href="&url.articles.problem-reports;/"><quote>Writing
265257814Sgjb	&os; Problem Reports</quote></link>, available on the &os; Web
26688959Sbmah	site, has a number of helpful hints on writing and submitting
26788959Sbmah	effective problem reports.</para>
26882666Sbmah    </sect2>
26982666Sbmah  </sect1>
27081339Sbmah
271257814Sgjb  <sect1 xml:id="seealso">
27282666Sbmah    <title>Further Reading</title>
27381339Sbmah
27488959Sbmah    <para>There are many sources of information about &os;; some are
27588959Sbmah      included with this distribution, while others are available
27688959Sbmah      on-line or in print versions.</para>
27788959Sbmah
278257814Sgjb    <sect2 xml:id="release-docs">
27982666Sbmah      <title>Release Documentation</title>
28081339Sbmah
28182666Sbmah      <para>A number of other files provide more specific information
28282666Sbmah	about this &release.type; distribution.  These files are
28382666Sbmah	provided in various formats.  Most distributions will include
28482666Sbmah	both ASCII text (<filename>.TXT</filename>) and HTML
28582666Sbmah	(<filename>.HTM</filename>) renditions.  Some distributions
286171891Sbmah	may also include other formats such as Portable Document Format
28782666Sbmah	(<filename>.PDF</filename>).
28881339Sbmah
28982666Sbmah	<itemizedlist>
29082666Sbmah	  <listitem>
29182666Sbmah	    <para><filename>README.TXT</filename>: This file, which
29282666Sbmah	      gives some general information about &os; as well as
29382666Sbmah	      some cursory notes about obtaining a
29482666Sbmah	      distribution.</para>
29582666Sbmah	  </listitem>
29681339Sbmah
29782666Sbmah	  <listitem>
29882666Sbmah	    <para><filename>RELNOTES.TXT</filename>: The release
29982666Sbmah	      notes, showing what's new and different in &os;
30088959Sbmah	      &release.current; compared to the previous release (&os;
30188959Sbmah	      &release.prev;).</para>
30282666Sbmah	  </listitem>
30381339Sbmah
30482666Sbmah	  <listitem>
30582666Sbmah	    <para><filename>HARDWARE.TXT</filename>: The hardware
30686152Solgeni	      compatibility list, showing devices with which &os; has
30782666Sbmah	      been tested and is known to work.</para>
30882666Sbmah	  </listitem>
30981339Sbmah
31082666Sbmah	  <listitem>
31182666Sbmah	    <para><filename>ERRATA.TXT</filename>: Release errata.
31282666Sbmah	      Late-breaking, post-release information can be found in
31382666Sbmah	      this file, which is principally applicable to releases
31482666Sbmah	      (as opposed to snapshots).  It is important to consult
31582666Sbmah	      this file before installing a release of &os;, as it
31682666Sbmah	      contains the latest information on problems which have
31782666Sbmah	      been found and fixed since the release was
31882666Sbmah	      created.</para>
31982666Sbmah	  </listitem>
32082666Sbmah	</itemizedlist>
32182666Sbmah      </para>
32281339Sbmah
323258593Srodrigc      <para>On platforms that support &man.bsdinstall.8; (currently
324171891Sbmah	&arch.amd64;, &arch.i386;, &arch.ia64;, &arch.pc98;, and &arch.sparc64;), these documents are generally available via the
32583425Sbmah	Documentation menu during installation.  Once the system is
32693443Sbmah	installed, you can revisit this menu by re-running the
327258593Srodrigc	&man.bsdinstall.8; utility.</para>
32881339Sbmah
32982666Sbmah      <note>
33082666Sbmah	<para>It is extremely important to read the errata for any
33182666Sbmah	  given release before installing it, to learn about any
33282666Sbmah	  <quote>late-breaking news</quote> or post-release problems.
33382666Sbmah	  The errata file accompanying each release (most likely right
33482666Sbmah	  next to this file) is already out of date by definition, but
33582666Sbmah	  other copies are kept updated on the Internet and should be
33682666Sbmah	  consulted as the <quote>current errata</quote> for this
33782666Sbmah	  release.  These other copies of the errata are located at
338257814Sgjb	  <uri xlink:href="&url.base;/releases/">&url.base;/releases/</uri> (as
33982666Sbmah	  well as any sites which keep up-to-date mirrors of this
34082666Sbmah	  location).</para>
34182666Sbmah      </note>
34282666Sbmah    </sect2>
34383425Sbmah
34483425Sbmah    <sect2>
34588959Sbmah      <title>Manual Pages</title>
34688959Sbmah
347119884Ssimon      <para>As with almost all &unix; like operating systems, &os; comes
34888959Sbmah	with a set of on-line manual pages, accessed through the
349257814Sgjb	&man.man.1; command or through the <link xlink:href="http://www.FreeBSD.org/cgi/man.cgi">hypertext manual
350257814Sgjb	pages gateway</link> on the &os; Web site.  In general, the
35188959Sbmah	manual pages provide information on the different commands and
35288959Sbmah	APIs available to the &os; user.</para>
35388959Sbmah
354107569Sbmah      <para>In some cases, manual pages are written to give
35588959Sbmah	information on particular topics.  Notable examples of such
35688959Sbmah	manual pages are &man.tuning.7; (a guide to performance tuning),
35788959Sbmah	&man.security.7; (an introduction to &os; security), and
35888959Sbmah	&man.style.9; (a style guide to kernel coding).</para>
35988959Sbmah    </sect2>
36088959Sbmah
36188959Sbmah    <sect2>
36283425Sbmah      <title>Books and Articles</title>
36383425Sbmah
36483425Sbmah      <para>Two highly-useful collections of &os;-related information,
36583425Sbmah	maintained by the &os; Project,
36683425Sbmah	are the &os; Handbook and &os; FAQ (Frequently Asked
367257814Sgjb	Questions document).  On-line versions of the <link xlink:href="&url.books.handbook;/">Handbook</link>
368257814Sgjb	and <link xlink:href="&url.books.faq;/">FAQ</link>
369257814Sgjb	are always available from the <link xlink:href="&url.base;/docs.html">&os; Documentation
370257814Sgjb	page</link> or its mirrors.  If you install the
37183425Sbmah	<filename>doc</filename> distribution set, you can use a Web
372171891Sbmah	browser to read the Handbook and FAQ locally.  In particular,
373171891Sbmah	note that the Handbook contains a step-by-step guide to
374171891Sbmah	installing &os;.</para>
37583425Sbmah
37684484Sbmah      <para>A number of on-line books and articles, also maintained by
37784484Sbmah        the &os; Project, cover more-specialized, &os;-related topics.
37884484Sbmah        This material spans a wide range of topics, from effective use
37984484Sbmah        of the mailing lists, to dual-booting &os; with other
38084484Sbmah        operating systems, to guidelines for new committers.  Like the
38184484Sbmah        Handbook and FAQ, these documents are available from the &os;
38284484Sbmah        Documentation Page or in the <filename>doc</filename>
38384484Sbmah        distribution set.</para>
38484484Sbmah
38584484Sbmah      <para>A listing of other books and documents about &os; can be
386257814Sgjb        found in the <link xlink:href="&url.books.handbook;/bibliography.html">bibliography</link>
387114787Sbmah        of the &os; Handbook.  Because of &os;'s strong &unix; heritage,
388114787Sbmah        many other articles and books written for &unix; systems are
38983425Sbmah        applicable as well, some of which are also listed in the
39083425Sbmah        bibliography.</para>
39183425Sbmah    </sect2>
39282666Sbmah  </sect1>
39381327Sbmah
394257814Sgjb  <sect1 xml:id="acknowledgements">
39582666Sbmah    <title>Acknowledgments</title>
39681327Sbmah
39782666Sbmah    <para>&os; represents the cumulative work of many hundreds, if not
39882666Sbmah      thousands, of individuals from around the world who have worked
39982666Sbmah      countless hours to bring about this &release.type;.  For a
40082666Sbmah      complete list of &os; developers and contributors, please see
401257814Sgjb      <link xlink:href="&url.articles.contributors;/"><quote>Contributors
402257814Sgjb      to &os;</quote></link> on the &os; Web site or any of its
40382666Sbmah      mirrors.</para>
40481327Sbmah
40582666Sbmah    <para>Special thanks also go to the many thousands of &os; users
40682666Sbmah      and testers all over the world, without whom this &release.type;
40782666Sbmah      simply would not have been possible.</para>
40882666Sbmah  </sect1>
40976082Sbmah</article>
410