doc/website
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
..
archetypes Add initial template for releases 2021-02-14 13:20:31 +01:00
config/_default Add gitref macro to reference a git hash 2021-02-13 22:22:34 +01:00
content Simplify and update the hardware notes for x86 architectures. 2021-02-18 09:35:40 -08:00
data Documentation repo changes to add new committer Rajesh Kumar M A 2021-02-17 06:24:38 +00:00
static add 13.0 to the EN/SA templates 2021-02-16 15:56:45 -05:00
themes/beastie The RSS feed for news was missing the # in the URL, resulting in 404s 2021-02-14 18:58:13 +00:00
tools Use @generated in generated files 2021-02-04 09:39:06 -05:00
.editorconfig Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
.gitignore build: replace move-shared/copy-shared with a symlink 2021-01-28 21:15:10 -06:00
beastie.png Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
Makefile Makefiles and FDP: Change python binary 2021-02-16 19:29:11 +01:00
README Migrate doc to Hugo/AsciiDoctor 2021-01-26 00:31:29 +01:00
shared build: replace move-shared/copy-shared with a symlink 2021-01-28 21:15:10 -06:00

$FreeBSD$

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://www.FreeBSD.org/doc/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.