Improve the introduction chapter, to fix the overall structure
of that part. The diff is a bit large due to changed indentation, but it's mostly about moving the <sect2> a bit further down and shortening the introduction part. Reviewed by: bcr@ Approved by: bcr@ Differential Revision: https://reviews.freebsd.org/D16167
This commit is contained in:
parent
d623c966e8
commit
a2018a60a6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51981
1 changed files with 104 additions and 113 deletions
|
@ -63,22 +63,10 @@
|
|||
|
||||
<indexterm><primary>4.4BSD-Lite</primary></indexterm>
|
||||
|
||||
<para>&os; is an Open Source, Unix-like operating system for x86
|
||||
(both 32 and 64 bit), &arm;, AArch64, &risc-v;, &mips;, &power;,
|
||||
&powerpc;, and Sun &ultrasparc; computers, originally based
|
||||
on 4.4BSD-Lite. You can also read about
|
||||
<link linkend="history">the history of &os;</link>, or the
|
||||
<link xlink:href="&url.base;/releases">current release</link>.
|
||||
If you are interested in contributing something to the Project
|
||||
(code, hardware, funding), see the <link
|
||||
xlink:href="&url.articles.contributing;/index.html">Contributing
|
||||
to &os;</link> article.</para>
|
||||
|
||||
<sect2 xml:id="os-overview">
|
||||
<title>What Can &os; Do?</title>
|
||||
|
||||
<para>&os; is a complete, Open Source, standards-compliant
|
||||
Unix system, with all the associated features that are
|
||||
<para>&os; is an Open Source, standards-compliant Unix-like
|
||||
operating system for x86 (both 32 and 64 bit), &arm;, AArch64,
|
||||
&risc-v;, &mips;, &power;, &powerpc;, and Sun &ultrasparc;
|
||||
computers. It provides all the features that are
|
||||
nowadays taken for granted, such as preemptive multitasking,
|
||||
memory protection, virtual memory, multi-user facilities, SMP
|
||||
support, all the Open Source development tools for different
|
||||
|
@ -152,7 +140,7 @@
|
|||
<listitem>
|
||||
<para><emphasis>Staying true to Unix philosophy</emphasis>,
|
||||
preferring composability instead of monolithic <quote>all
|
||||
in one</quote> daemons with hardcoded behaviour.</para>
|
||||
in one</quote> daemons with hardcoded behavior.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -180,6 +168,9 @@
|
|||
offerings, combined with cutting-edge features not available
|
||||
anywhere else.</para>
|
||||
|
||||
<sect2 xml:id="os-overview">
|
||||
<title>What Can &os; Do?</title>
|
||||
|
||||
<para>The applications to which &os; can be put are truly
|
||||
limited only by your own imagination. From software
|
||||
development to factory automation, inventory control to
|
||||
|
|
Loading…
Reference in a new issue