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

Annotation of www/i386.html, Revision 1.736

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