- Add a new section "2.2 Hardware Requirements". This section

contains a Minimal Configuration subsection explaining where one can
  find information about the minimal requirements to install FreeBSD
  (releng notes) and also provides a general sum up of this
  information (this sum up mainly comes from the release notes, some
  additional details and missing arch should be added in future).
- Merge the Supported Hardware section (2.10) with the new section (as
  a subsection), it was not really useful to talk about supported
  hardware at the end (or quite) of the installation chapter.
This commit is contained in:
Marc Fonvieille 2007-01-04 22:18:54 +00:00
parent c8a98a68df
commit 4d52815a6d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29326

View file

@ -84,6 +84,103 @@
</sect1>
<sect1 id="install-hardware">
<title>Hardware Requirements</title>
<sect2 id="install-hardware-minimal">
<title>Minimal Configuration</title>
<para>The minimal configuration to install &os; varies with the
&os; version and the hardware architecture.</para>
<para>Information about the minimal configuration is
available in the Installation Notes on the <ulink
url="http://www.FreeBSD.org/releases/index.html">Release
Information</ulink> page of the &os; web site. A sum up of
this information is given in the following sections.
Depending on the method you choose to install &os;, you may
also need a floppy drive, a supported CDROM drive, and in some
case a network adapter. This will be covered by the <xref
linkend="install-floppies">.</para>
<sect3>
<title>&i386; and pc98 Architectures</title>
<para>Both &os;/&i386 and &os;/pc98 versions require a 486 or
better processor and at least 24&nbsp;MB of RAM. You will
need at least 150&nbsp;MB of free hard drive space for the
most minimal installation.</para>
<note>
<para>In case of old configurations, most of time, getting
more RAM and more hard drive space is more important than
getting a faster processor.</para>
</note>
</sect3>
<sect3>
<title>Alpha Architecture</title>
<para>To install &os;/alpha, you will need a supported
platform (see <xref linkend="install-hardware-supported">)
and a dedicated disk for &os;. It is not possible to share
a disk with another operating system at this time. This
disk will need to be attached to a SCSI controller which is
supported by the SRM firmware or an IDE disk assuming the
SRM in your machine supports booting from IDE disks.</para>
<para>You will need the SRM console firmware for your
platform. In some cases, it is possible to switch between
AlphaBIOS (or ARC) firmware and SRM. In others it will be
necessary to download new firmware from the vendor's Web
site.</para>
</sect3>
<sect3>
<title>amd64 Architecture</title>
<para>&os;/amd64 requires an &amd.athlon;64,
&amd.athlon;64-FX, &amd.opteron; or better processor to
run.</para>
<para>If you have a machine based on an nVidia nForce3
Pro-150, you <emphasis>must</emphasis> use the BIOS setup to
disable the IO APIC. If you do not have an option to do
this, you will likely have to disable ACPI instead. There
are bugs in the Pro-150 chipset that we have not found a
workaround for yet.</para>
</sect3>
<sect3>
<title>&sparc64; Architecture</title>
<para>To install &os;/&sparc64;, you will need a supported
platform (see <xref
linkend="install-hardware-supported">).</para>
<para>You will need a dedicated disk for &os;/&sparc64;. It
is not possible to share a disk with another operating
system at this time.</para>
</sect3>
</sect2>
<sect2 id="install-hardware-supported">
<title>Supported Hardware</title>
<para>A list of supported hardware is provided with each &os;
release in the &os; Hardware Notes. This document can usually
be found in a file named <filename>HARDWARE.TXT</filename>, in
the top-level directory of a CDROM or FTP distribution or in
<application>sysinstall</application>'s documentation menu.
It lists, for a given architecture, what hardware devices are
known to be supported by each release of &os;. Copies of the
supported hardware list for various releases and architectures
can also be found on the <ulink
url="http://www.FreeBSD.org/releases/index.html">Release
Information</ulink> page of the &os; Web site.</para>
</sect2>
</sect1>
<sect1 id="install-pre">
<title>Pre-installation Tasks</title>
@ -198,6 +295,10 @@
</tbody>
</tgroup>
</table>
<para>Once the inventory of the components in your computer is
done, you have to check if they match the hardware
requirements of the &os; release you want to install.</para>
</sect2>
<sect2>
@ -4336,31 +4437,6 @@ Please press any key to reboot.</screen>
</sect2>
</sect1>
<sect1 id="install-supported-hardware">
<title>Supported Hardware</title>
<indexterm><primary>hardware</primary></indexterm>
<para>FreeBSD currently runs on a wide variety of ISA, VLB, EISA, and PCI
bus-based PCs with Intel, AMD, Cyrix, or NexGen <quote>x86</quote>
processors, as well as a number of machines based on the Compaq Alpha
processor. Support for generic IDE or ESDI drive configurations,
various SCSI controllers, PCMCIA cards, USB devices, and network and
serial cards is also provided. FreeBSD also supports IBM's microchannel
(MCA) bus.</para>
<para>A list of supported hardware is provided with each FreeBSD release
in the FreeBSD Hardware Notes. This document can usually be found in a
file named <filename>HARDWARE.TXT</filename>, in the top-level directory
of a CDROM or FTP distribution or in
<application>sysinstall</application>'s documentation menu. It lists,
for a given architecture, what hardware devices are known to be
supported by each release of FreeBSD. Copies of the supported
hardware list for various releases and architectures can also be
found on the <ulink
url="http://www.FreeBSD.org/releases/index.html">Release
Information</ulink> page of the FreeBSD Web site.</para>
</sect1>
<sect1 id="install-trouble">
<title>Troubleshooting</title>