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

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

Revision 1.276, Mon Apr 2 02:48:19 2018 UTC (6 years, 1 month ago) by tj
Branch: MAIN
Changes since 1.275: +3 -3 lines

6.3 updates

ok tb

<!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>OpenBSD/amd64</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="the OpenBSD/amd64 page">
<meta name="copyright" content="This document copyright 2003-2018 by OpenBSD.">
<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">
</head>

<body bgcolor="#ffffff" text="#000000" link="#23238e">

<h2>
<a href="index.html">
<font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
<font color="#e00000">amd64</font>
</h2>
<hr>
<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.

<br clear=all>
<hr>

<h3 id="status"><font color="#0000e0"><strong>Current status:</strong></font></h3>

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

<hr>

<h3 id="hardware"><font color="#0000e0"><strong>Supported hardware:</strong></font></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" 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)
<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><font color="#0000e0">Unsupported Hardware:</font></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"><font color="#0000e0">
<strong>Getting and installing OpenBSD/amd64:</strong>
</font></h3>

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

<p>
Snapshots are made available from time to time, in
<a href="https://ftp.OpenBSD.org/pub/OpenBSD/snapshots/amd64">this location</a>
as well as in 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/cgi-bin/cvsweb/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/cgi-bin/cvsweb/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
  kernel configuration file.
</ul>

</body>
</html>