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

Annotation of www/amd64.html, Revision 1.279

1.1       brad        1: <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD/amd64</title>
1.113     nick        6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       brad        7: <meta name="description" content="the OpenBSD/amd64 page">
1.276     tj          8: <meta name="copyright" content="This document copyright 2003-2018 by OpenBSD.">
1.260     tb          9: <meta name="viewport" content="width=device-width, initial-scale=1">
                     10: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.264     tb         11: <link rel="canonical" href="https://www.openbsd.org/amd64.html">
1.1       brad       12: </head>
                     13:
1.261     tb         14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15:
1.260     tb         16: <h2>
1.261     tb         17: <a href="index.html">
1.260     tb         18: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     19: <font color="#e00000">amd64</font>
                     20: </h2>
1.1       brad       21: <hr>
1.260     tb         22: <p>
1.1       brad       23:
1.113     nick       24: OpenBSD/amd64 runs on AMD's Athlon-64 family of processors in 64-bit mode.
1.182     deraadt    25: It also runs on processors made by other manufacturers which have cloned
1.266     naddy      26: the AMD64 extensions.
1.5       deraadt    27: <p>
1.259     deraadt    28:
1.113     nick       29: Note that <a href="i386.html">OpenBSD/i386</a> also runs on these
                     30: processors, but in 32-bit mode.
1.259     deraadt    31: <p>
1.1       brad       32:
1.211     deraadt    33: X Window System support is available for most graphics cards, using
                     34: the X.Org server.  As with other free operating systems it is highly recommended
1.214     deraadt    35: that Nvidia cards are avoided since this vendor continues to show tremendous
1.212     deraadt    36: resistance towards releasing information that would allow X.Org to support their
1.213     jasper     37: hardware properly.
1.211     deraadt    38:
1.259     deraadt    39: <br clear=all>
1.4       deraadt    40: <hr>
1.250     bentley    41:
                     42: <h3 id="status"><font color="#0000e0"><strong>Current status:</strong></font></h3>
1.4       deraadt    43:
                     44: <p>
1.113     nick       45: The only major shortcoming at this time is that the kernel debugger
1.271     tb         46: <a href="https://man.openbsd.org/?query=ddb&amp;arch=amd64&amp;sektion=4">ddb</a>
1.113     nick       47: is somewhat poor.
1.4       deraadt    48:
                     49: <hr>
1.250     bentley    50:
                     51: <h3 id="hardware"><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
1.7       grange     52:
1.113     nick       53: <h4>Processors</h4>
1.7       grange     54:
                     55: <p>
1.113     nick       56: All versions of the AMD Athlon 64 processors and their clones are
                     57: supported.
1.19      krw        58:
1.272     tedu       59: <h4>Graphics Support</h4>
1.246     tedu       60:
                     61: <p>
1.272     tedu       62: Basic graphics support should support most hardware, but some features like
                     63: video or 3D acceleration require additional driver support. Unsupported devices
                     64: will typically still work in VESA or EFIFB mode.
                     65: <p>
                     66: AMD devices use a confusing mix of code names and rebadging. Some devices
                     67: expected to work:
                     68: <ul>
1.279   ! tj         69: <li>Products using "Northern Islands," "Southern Islands," or "Sea Islands"
        !            70:     graphics cores.
1.272     tedu       71: <li>AMD Radeon 5000 series
                     72: <li>Earlier AMD and ATI models are expected to work as well.
                     73: </ul>
                     74: <p>
                     75: Intel devices can be confusing as well. Some devices expected to work:
                     76: <ul>
1.275     tedu       77: <li>Intel Kaby Lake (found on i-7xxx CPU)
1.273     tj         78: <li>Intel Skylake (found on i-6xxx CPU)
1.272     tedu       79: <li>Intel Broadwell (found on i-5xxx CPU)
1.279   ! tj         80: <!-- XXXrelease: uncomment for 6.6
        !            81: <li>Intel Broxton/Apollo Lake
        !            82: <li>Intel Amber Lake
        !            83: <li>Intel Gemini Lake
        !            84: <li>Intel Coffee Lake
        !            85: <li>Intel Whiskey Lake
        !            86: -->
        !            87: <!-- XXX: uncomment if/when hardware becomes available
        !            88: <li>Intel Cannon Lake
        !            89: <li>Intel Ice Lake
        !            90: -->
1.272     tedu       91: <li>Earlier Intel models and revisions are expected to work as well.
                     92: <li>The PowerVR graphics found on some Atom CPUs are not supported.
                     93: </ul>
1.80      marco      94:
1.244     tedu       95: <h3><font color="#0000e0">Unsupported Hardware:</font></h3>
                     96:
                     97: <p>
                     98: New hardware is constantly being released, some of which may lack support.
                     99: Your <a href="donations.html">donation of time, hardware, or documentation</a>
                    100: can accelerate this support!
                    101:
1.7       grange    102: <hr>
1.250     bentley   103:
                    104: <h3 id="install"><font color="#0000e0">
1.113     nick      105: <strong>Getting and installing OpenBSD/amd64:</strong>
1.4       deraadt   106: </font></h3>
                    107:
                    108: <p>
1.113     nick      109: The latest supported OpenBSD/amd64 release is
1.279   ! tj        110: <a href="65.html">OpenBSD 6.5</a>.
1.113     nick      111: Here are the
1.279   ! tj        112: <a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/amd64/INSTALL.amd64">
1.273     tj        113: OpenBSD/amd64 installation instructions</a>.
1.15      david     114:
                    115: <p>
1.113     nick      116: Snapshots are made available from time to time, in
1.278     tj        117: <a href="https://cdn.openbsd.org/pub/OpenBSD/snapshots/amd64">this location</a>
                    118: as well as on a few
1.113     nick      119: <a href="ftp.html">mirrors</a>.
                    120: Here are the
1.278     tj        121: <a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/amd64/INSTALL.amd64">
1.268     tb        122: OpenBSD/amd64 snapshot installation instructions</a> as well.
1.1       brad      123:
                    124: <p>
1.113     nick      125: There are several installation media provided:
1.4       deraadt   126: <ul>
1.268     tb        127:   <li><strong>CD image</strong> (installXX.iso)
1.17      deraadt   128:   <br>
1.268     tb        129:   The CD ISO provides an <i>El Torito</i> no-emulation boot image
1.157     tom       130:   that includes almost all OpenBSD drivers.
1.113     nick      131:   This also includes minimal USB support (storage devices and keyboard).<br>
                    132:   For the latest list of drivers available on this image, take a look at the
1.277     bentley   133:   <a href="https://cvsweb.openbsd.org/src/sys/arch/amd64/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
1.113     nick      134:   kernel configuration file.
1.268     tb        135:   <li><strong>Disk image</strong> (minirootXX.fs)
1.254     tedu      136:   <br>
1.268     tb        137:   The same installer as the CD ISO, but in a form suitable for creating bootable
1.254     tedu      138:   hard drives or USB flash drives.
1.268     tb        139:   <li><strong>Floppy A</strong> (floppyXX.fs)
1.17      deraadt   140:   <br>
1.113     nick      141:   This 1.44MB floppy image contains the most common drivers.
                    142:   It is designed to cover the most typical PC. As a general rule, you will
                    143:   find that the missing drivers are ones which need large microcodes to run,
                    144:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
                    145:   For the latest list of drivers available on this image, take a look at the
1.277     bentley   146:   <a href="https://cvsweb.openbsd.org/src/sys/arch/amd64/conf/RAMDISK?rev=HEAD">RAMDISK</a>
1.113     nick      147:   kernel configuration file.
1.4       deraadt   148: </ul>
1.1       brad      149:
                    150: </body>
                    151: </html>