GayBSD documentation tree
Find a file
John Baldwin f0b982a026 Simplify and update the hardware notes for x86 architectures.
- amd64 is no longer a new thing and is now the largest-used FreeBSD platform,
  so make its description self-contained and not dependent on i386.

- Use a single list of all the other names for amd64 and add x86-64 as the
  first alias in the list.

- Mention multi-core and SMT (not just SMP) for amd64.  Also note that amd64
  requires ACPI and supports booting from both UEFI and legacy BIOS.

- Note that FreeBSD/amd64 runs on laptops and desktops.

- Remove outdated lists of processors.  Instead, simply claim that
  amd64 runs on all Intel and AMD 64-bit x86 CPUs. Similarly, simplify
  the list for i386 to just require an FPU and CMPXCHG.  Add VIA to the
  vendors for i386.

- For i386, trim language about SMP.  It's not that novel and the smp@ list is
  not a useful reference.  Do mention multi-core and SMT.

- Only claim that i386 motherboards with PCI are well-supported.  Clarify
  that there is limited support for AGP and ISA and that ISA support really
  means LPC support.  Remove EISA, VLB, and MCA which are all either removed or
  barely present.

- Don't mention PCCARD for i386 laptops.

- Simplify language about ACPI for i386.

- Note that i386 only boots via BIOS and doesn't support booting via UEFI.

Reviewed by:	imp, gjb (earlier version), emaste
Differential Revision:	https://reviews.freebsd.org/D28720
2021-02-18 09:35:40 -08:00
documentation handbook/l10n: Fix malformed note 2021-02-17 17:04:01 +01:00
shared Documentation repo changes to add new committer Rajesh Kumar M A 2021-02-17 06:24:38 +00:00
website Simplify and update the hardware notes for x86 architectures. 2021-02-18 09:35:40 -08:00
.arcconfig Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
.cirrus.yml Fox build on Cirrus CI 2021-02-07 14:55:41 +08:00
Makefile build: add a top-level Makefile to drive the build 2021-01-28 21:15:10 -06:00
README Add back README file 2021-01-26 22:03:56 +08:00

If you plan on building a local copy of the FreeBSD documentation, or using
our toolchain in your own projects, please read the Documentation Primer at:

    https://docs.freebsd.org/en/books/fdp-primer/

for information about the tools and formatting languages we use.
Chapter 1 has a Quick Start section, and Chapter 2 covers the software
and related items in more detail.