[BACK]Return to amd64.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / amd64.html (download) (as text)

Revision 1.280, Mon May 27 22:55:19 2019 UTC (5 years ago) by bentley
Branch: MAIN
Changes since 1.279: +18 -24 lines

Substantially clean up and modernize HTML markup across openbsd.org.

This was done with three purposes in mind:
- to reduce the massive amount of inline HTML, to be easier on developers
  adding actual content
- to allow running the HTML validator across the source (doing this found
  many unintentional mistakes in the present code, including at least a
  dozen cases of half- or fully-invisible text)
- to separate content from presentation, so appearance can be controlled
  through stylesheets

Great care was taken to keep all pages, even very old ones, looking the
same, give or take a few pixels of whitespace.

Much review, critique, and improvement from tj@

<!doctype html>
<html lang=en id=platform>
<meta charset=utf-8>

<title>OpenBSD/amd64</title>
<meta name="description" content="the OpenBSD/amd64 page">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/amd64.html">


<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
amd64
</h2>
<hr>

<table><tr><td>
<p>
OpenBSD/amd64 runs on AMD's Athlon-64 family of processors in 64-bit mode.
It also runs on processors made by other manufacturers which have cloned
the AMD64 extensions.

<p>
Note that <a href="i386.html">OpenBSD/i386</a> also runs on these
processors, but in 32-bit mode.

<p>
X Window System support is available for most graphics cards, using
the X.Org server.  As with other free operating systems it is highly recommended
that Nvidia cards are avoided since this vendor continues to show tremendous
resistance towards releasing information that would allow X.Org to support their
hardware properly.
</table>

<hr>

<h3 id="status"><strong>Current status:</strong></h3>

<p>
The only major shortcoming at this time is that the kernel debugger
<a href="https://man.openbsd.org/amd64/ddb.4">ddb</a>
is somewhat poor.

<hr>

<h3 id="hardware"><strong>Supported hardware:</strong></h3>

<h4>Processors</h4>

<p>
All versions of the AMD Athlon 64 processors and their clones are
supported.

<h4>Graphics Support</h4>

<p>
Basic graphics support should support most hardware, but some features like
video or 3D acceleration require additional driver support. Unsupported devices
will typically still work in VESA or EFIFB mode.
<p>
AMD devices use a confusing mix of code names and rebadging. Some devices
expected to work:
<ul>
<li>Products using "Northern Islands," "Southern Islands," or "Sea Islands"
    graphics cores.
<li>AMD Radeon 5000 series
<li>Earlier AMD and ATI models are expected to work as well.
</ul>
<p>
Intel devices can be confusing as well. Some devices expected to work:
<ul>
<li>Intel Kaby Lake (found on i-7xxx CPU)
<li>Intel Skylake (found on i-6xxx CPU)
<li>Intel Broadwell (found on i-5xxx CPU)
<!-- XXXrelease: uncomment for 6.6
<li>Intel Broxton/Apollo Lake
<li>Intel Amber Lake
<li>Intel Gemini Lake
<li>Intel Coffee Lake
<li>Intel Whiskey Lake
-->
<!-- XXX: uncomment if/when hardware becomes available
<li>Intel Cannon Lake
<li>Intel Ice Lake
-->
<li>Earlier Intel models and revisions are expected to work as well.
<li>The PowerVR graphics found on some Atom CPUs are not supported.
</ul>

<h3>Unsupported Hardware:</h3>

<p>
New hardware is constantly being released, some of which may lack support. 
Your <a href="donations.html">donation of time, hardware, or documentation</a>
can accelerate this support!

<hr>

<h3 id="install">
<strong>Getting and installing OpenBSD/amd64:</strong>
</h3>

<p>
The latest supported OpenBSD/amd64 release is
<a href="65.html">OpenBSD 6.5</a>.
Here are the
<a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/amd64/INSTALL.amd64">
OpenBSD/amd64 installation instructions</a>.

<p>
Snapshots are made available from time to time, in
<a href="https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64">this location</a>
as well as on a few
<a href="ftp.html">mirrors</a>.
Here are the
<a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
OpenBSD/amd64 snapshot installation instructions</a> as well.

<p>
There are several installation media provided:
<ul>
  <li><strong>CD image</strong> (installXX.iso)
  <br>
  The CD ISO provides an <i>El Torito</i> no-emulation boot image
  that includes almost all OpenBSD drivers.
  This also includes minimal USB support (storage devices and keyboard).<br>
  For the latest list of drivers available on this image, take a look at the
  <a href="https://cvsweb.openbsd.org/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
  kernel configuration file.
  <li><strong>Disk image</strong> (minirootXX.fs)
  <br>
  The same installer as the CD ISO, but in a form suitable for creating bootable
  hard drives or USB flash drives.
  <li><strong>Floppy A</strong> (floppyXX.fs)
  <br>
  This 1.44MB floppy image contains the most common drivers.
  It is designed to cover the most typical PC. As a general rule, you will
  find that the missing drivers are ones which need large microcodes to run,
  such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
  For the latest list of drivers available on this image, take a look at the
  <a href="https://cvsweb.openbsd.org/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
  kernel configuration file.
</ul>