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

Annotation of www/i386.html, Revision 1.754

1.753     bentley     1: <!doctype html>
                      2: <html lang=en id=platform>
                      3: <meta charset=utf-8>
                      4:
1.1       deraadt     5: <title>OpenBSD/i386</title>
1.3       fn          6: <meta name="description" content="the OpenBSD/i386 page">
1.738     tb          7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.742     tb          9: <link rel="canonical" href="https://www.openbsd.org/i386.html">
1.3       fn         10:
1.402     krw        11:
1.753     bentley    12: <h2 id=OpenBSD>
1.739     tb         13: <a href="index.html">
1.753     bentley    14: <i>Open</i><b>BSD</b></a>
                     15: i386
1.738     tb         16: </h2>
1.327     miod       17: <hr>
1.753     bentley    18:
                     19: <table><tr><td>
1.738     tb         20: <p>
1.736     mmcc       21: OpenBSD/i386 runs on the standard PCs and clones, with a wide variety
1.327     miod       22: of processors, I/O bus architectures and peripherals supported.
1.753     bentley    23: </table>
1.327     miod       24:
                     25: <hr>
1.729     bentley    26:
1.753     bentley    27: <h3 id="history"><strong>History:</strong></h3>
1.34      johns      28:
1.32      grr        29: <p>
1.327     miod       30: The OpenBSD/i386 port has been present since the inception of the project.
                     31: Over the years, more and more hardware support has been written
                     32: specifically for OpenBSD (such as the cryptographic accelerator drivers),
                     33: or adapted from FreeBSD and NetBSD.
                     34:
                     35: <hr>
1.729     bentley    36:
1.753     bentley    37: <h3 id="status"><strong>Current status:</strong></h3>
1.327     miod       38:
                     39: <p>
                     40: It can be expected to install and run with minimal difficulty on most current
                     41: hardware.
1.736     mmcc       42: Machines using custom BIOS (such as older proprietary PCs, laptops, and some
1.327     miod       43: specialized server machines) may cause problems.
                     44:
                     45: <p>
1.488     matthieu   46: X Window System support is available for most graphics cards, using
1.682     deraadt    47: the X.Org server.  As with other free operating systems it is highly recommended
1.685     deraadt    48: that Nvidia cards are avoided since this vendor continues to show tremendous
1.683     deraadt    49: resistance towards releasing information that would allow X.Org to support their
1.684     jasper     50: hardware properly.
1.327     miod       51:
                     52: <hr>
1.729     bentley    53:
1.753     bentley    54: <h3 id="hardware"><strong>Supported hardware:</strong></h3>
1.34      johns      55:
1.327     miod       56: <h4>Processors</h4>
                     57:
                     58: <p>
1.718     nick       59: All CPUs compatible with the Intel 80486 or better, with Intel-compatible
1.754   ! deraadt    60: hardware floating point support should work.
1.327     miod       61:
1.425     nick       62: <h4>SMP support</h4>
1.725     tedu       63:
                     64: <p>
1.718     nick       65: OpenBSD/i386 supports most SMP (Symmetrical MultiProcessor) systems,
                     66: including multi-chip, multi-core and/or hyperthreading designs.
1.753     bentley    67: To support SMP operation, a separate SMP kernel (<code>bsd.mp</code>) is
1.427     saad       68: included with the installation file sets.
1.34      johns      69:
1.753     bentley    70: <h3>Unsupported Hardware:</h3>
1.402     krw        71:
1.327     miod       72: <p>
1.722     tedu       73: New hardware is constantly being released, some of which may lack support.
                     74: Your <a href="donations.html">donation of time, hardware, or documentation</a>
1.327     miod       75: can accelerate this support!
1.402     krw        76:
1.3       fn         77: <hr>
1.729     bentley    78:
1.753     bentley    79: <h3 id="multiboot"><strong>Installation with other operating systems:
                     80: </strong></h3>
1.330     miod       81:
                     82: <p>
                     83: OpenBSD/i386 can be installed to share the system disks with other operating
                     84: systems, such as MS-DOS, Windows or Linux, using the MBR/partition table
                     85: scheme, and an optional boot selector program.
                     86: Everyday operation is trouble free, but setup requires care, and several
                     87: operating systems, such as Windows 95, are known to be careless about
                     88: pre-existing MBR information.
                     89:
                     90: <p>
                     91: Also, some laptop computers use a specific partition as suspend-to-disk
                     92: storage, which should not be clobbered.
                     93:
                     94: <p>
                     95: More details on this process can be found in the
                     96: <a href="faq/faq4.html">Installation Guide</a> and
                     97: <a href="faq/faq14.html">Disk Setup Manual</a>.
                     98:
                     99: <hr>
1.729     bentley   100:
1.753     bentley   101: <h3 id="install">
1.330     miod      102: <strong>Getting and installing OpenBSD/i386:</strong>
1.753     bentley   103: </h3>
1.330     miod      104:
1.402     krw       105: <p>
1.330     miod      106: The latest supported OpenBSD/i386 release is
1.752     tj        107: <a href="65.html">OpenBSD 6.5</a>.
1.330     miod      108: Here are the
1.752     tj        109: <a href="https://ftp.openbsd.org/pub/OpenBSD/6.5/i386/INSTALL.i386">
1.748     tj        110: OpenBSD/i386 installation instructions</a>.
1.330     miod      111:
                    112: <p>
                    113: Snapshots are made available from time to time, in
1.751     tj        114: <a href="https://cdn.openbsd.org/pub/OpenBSD/snapshots/i386">this location</a>
                    115: as well as on a few
1.330     miod      116: <a href="ftp.html">mirrors</a>.
                    117: Here are the
1.751     tj        118: <a href="https://ftp.openbsd.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">
1.745     tb        119: OpenBSD/i386 snapshot installation instructions</a> as well.
1.330     miod      120:
                    121: <p>
                    122: There are several installation media provided:
1.402     krw       123:
1.330     miod      124: <ul>
1.745     tb        125:   <li><strong>CD image</strong> (installXX.iso)
1.421     deraadt   126:   <br>
1.745     tb        127:   The CD ISO provides an <i>El Torito</i> no-emulation boot image
1.610     tom       128:   that includes almost all OpenBSD drivers.
1.330     miod      129:   This also includes minimal USB support (storage devices and keyboard).<br>
                    130:   For the latest list of drivers available on this image, take a look at the
1.750     bentley   131:   <a href="https://cvsweb.openbsd.org/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
1.330     miod      132:   kernel configuration file.
1.745     tb        133:   <li><strong>Disk image</strong> (minirootXX.fs)
1.733     tedu      134:   <br>
1.745     tb        135:   The same installer as the CD ISO, but in a form suitable for creating bootable
1.733     tedu      136:   hard drives or USB flash drives.
1.745     tb        137:   <li><strong>Floppy</strong> (floppyXX.fs)
1.421     deraadt   138:   <br>
1.330     miod      139:   This 1.44MB floppy image contains the most common drivers.
                    140:   It is designed to cover the most typical PC. As a general rule, you will
                    141:   find that the missing drivers are ones which need large microcodes to run,
1.432     nick      142:   such as for rare SCSI cards, gigabit ethernet cards, or RAID devices.<br>
1.330     miod      143:   For the latest list of drivers available on this image, take a look at the
1.750     bentley   144:   <a href="https://cvsweb.openbsd.org/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">RAMDISK</a>
1.330     miod      145:   kernel configuration file.
                    146: </ul>