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

Diff for /www/i386.html between version 1.329 and 1.330

version 1.329, 2002/12/30 11:20:57 version 1.330, 2002/12/30 22:44:38
Line 30 
Line 30 
 <ul>  <ul>
   <li><a href="#history">Past history of the port</a>    <li><a href="#history">Past history of the port</a>
   <li><a href="#status">Current status</a>    <li><a href="#status">Current status</a>
     <li><a href="#hardware">Supported hardware list</a>
   <li><a href="#multiboot">Installation with other operating systems</a>    <li><a href="#multiboot">Installation with other operating systems</a>
   <li><a href="#install">Getting and installing OpenBSD/i386</a>    <li><a href="#install">Getting and installing OpenBSD/i386</a>
   <li><a href="#hardware">Supported hardware list</a>  
 </ul>  </ul>
 </p>  </p>
   
Line 76 
Line 76 
 </p>  </p>
   
 <hr>  <hr>
 <a name="multiboot"></a>  
 <h3><font color="#0000e0"><strong>Installation with other operating systems:  
 </strong></font></h3>  
   
 <p>  
 OpenBSD/i386 can be installed to share the system disks with other operating  
 systems, such as MS-DOS, Windows or Linux, using the MBR/partition table  
 scheme, and an optional boot selector program.  
 Everyday operation is trouble free, but setup requires care, and several  
 operating systems, such as Windows 95, are known to be careless about  
 pre-existing MBR information.  
 </p>  
   
 <p>  
 Also, some laptop computers use a specific partition as suspend-to-disk  
 storage, which should not be clobbered.  
 </p>  
   
 <p>  
 More details on this process can be found in the  
 <a href="faq/faq4.html">Installation Guide</a> and  
 <a href="faq/faq14.html">Disk Setup Manual</a>.  
 </p>  
   
 <hr>  
 <a name="install"></a>  
 <h3><font color="#0000e0">  
 <strong>Getting and installing OpenBSD/i386:</strong>  
 </font></h3>  
   
 The latest supported OpenBSD/i386 release is  
 <a href="32.html">OpenBSD 3.2</a>.  
 Here are the  
 <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.2/i386/INSTALL.i386">  
 OpenBSD/i386 3.2 installation instructions  
 </a>.  
 </p>  
   
 <p>  
 Snapshots are made available from time to time, in  
 <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386">this location</a>  
 as well as in a few  
 <a href="ftp.html">mirrors</a>.  
 Here are the  
 <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">  
 OpenBSD/i386 snapshot installation instructions  
 </a> as well.  
 </p>  
   
 <p>  
 There are several installation media provided:  
 <ul>  
   <li><strong>CD boot</strong>  
   <p>  
   Booting off the CD provides an <i>El Torito</i> 2.88MB floppy image  
   that contains 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="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>  
   kernel configuration file.  
   </p></li>  
   <li><strong>Floppy A</strong> (floppy32.fs)  
   <p>  
   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="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">RAMDISK</a>  
   kernel configuration file.  
   </p></li>  
   <li><strong>Floppy B</strong> (floppyB32.fs)  
   <p>  
   This 1.44MB floppy image contains some drivers that are missing from  
   Floppy A.  
   This media is designed to help people setting up modern server type systems.  
   It contains support for pretty much all the SCSI and RAID drivers, gigabit  
   ethernet cards, and such.  
   Due to space considerations, you will find that some other drivers are  
   missing. In particular, support for most PCMCIA devices is missing, as  
   for really ancient hardware devices.<br>  
   For the latest list of drivers available on this image, take a look at the  
   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">RAMDISKB</a>  
   kernel configuration file.  
   </p></li>  
   <li><strong>Floppy C</strong> (floppyC32.fs)  
   <p>  
   This 1.44MB floppy image contains many cardbus and PCMCIA device drivers.  
   This media is designed for installing on laptops.  
   In most cases, one would discover that Floppy A also works, but the odd  
   laptop might benefit more from using this image.<br>  
   For the latest list of drivers available on this image, take a look at the  
   <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">RAMDISKC</a>  
   kernel configuration file.  
 </ul>  
 </p>  
   
 <hr>  
 <a name="hardware"></a>  <a name="hardware"></a>
 <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>  <h3><font color="#0000e0"><strong>Supported hardware:</strong></font></h3>
   
Line 1309 
Line 1211 
     <li>Memory cards      <li>Memory cards
     <li>Most multifunction cards      <li>Most multifunction cards
     </ul>      </ul>
   </ul>
   </p>
   
   <hr>
   <a name="multiboot"></a>
   <h3><font color="#0000e0"><strong>Installation with other operating systems:
   </strong></font></h3>
   
   <p>
   OpenBSD/i386 can be installed to share the system disks with other operating
   systems, such as MS-DOS, Windows or Linux, using the MBR/partition table
   scheme, and an optional boot selector program.
   Everyday operation is trouble free, but setup requires care, and several
   operating systems, such as Windows 95, are known to be careless about
   pre-existing MBR information.
   </p>
   
   <p>
   Also, some laptop computers use a specific partition as suspend-to-disk
   storage, which should not be clobbered.
   </p>
   
   <p>
   More details on this process can be found in the
   <a href="faq/faq4.html">Installation Guide</a> and
   <a href="faq/faq14.html">Disk Setup Manual</a>.
   </p>
   
   <hr>
   <a name="install"></a>
   <h3><font color="#0000e0">
   <strong>Getting and installing OpenBSD/i386:</strong>
   </font></h3>
   
   The latest supported OpenBSD/i386 release is
   <a href="32.html">OpenBSD 3.2</a>.
   Here are the
   <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/3.2/i386/INSTALL.i386">
   OpenBSD/i386 3.2 installation instructions
   </a>.
   </p>
   
   <p>
   Snapshots are made available from time to time, in
   <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386">this location</a>
   as well as in a few
   <a href="ftp.html">mirrors</a>.
   Here are the
   <a href="ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/i386/INSTALL.i386">
   OpenBSD/i386 snapshot installation instructions
   </a> as well.
   </p>
   
   <p>
   There are several installation media provided:
   <ul>
     <li><strong>CD boot</strong>
     <p>
     Booting off the CD provides an <i>El Torito</i> 2.88MB floppy image
     that contains 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="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK_CD?rev=HEAD">RAMDISK_CD</a>
     kernel configuration file.
     </p></li>
     <li><strong>Floppy A</strong> (floppy32.fs)
     <p>
     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="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISK?rev=HEAD">RAMDISK</a>
     kernel configuration file.
     </p></li>
     <li><strong>Floppy B</strong> (floppyB32.fs)
     <p>
     This 1.44MB floppy image contains some drivers that are missing from
     Floppy A.
     This media is designed to help people setting up modern server type systems.
     It contains support for pretty much all the SCSI and RAID drivers, gigabit
     ethernet cards, and such.
     Due to space considerations, you will find that some other drivers are
     missing. In particular, support for most PCMCIA devices is missing, as
     for really ancient hardware devices.<br>
     For the latest list of drivers available on this image, take a look at the
     <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKB?rev=HEAD">RAMDISKB</a>
     kernel configuration file.
     </p></li>
     <li><strong>Floppy C</strong> (floppyC32.fs)
     <p>
     This 1.44MB floppy image contains many cardbus and PCMCIA device drivers.
     This media is designed for installing on laptops.
     In most cases, one would discover that Floppy A also works, but the odd
     laptop might benefit more from using this image.<br>
     For the latest list of drivers available on this image, take a look at the
     <a href="http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/conf/RAMDISKC?rev=HEAD">RAMDISKC</a>
     kernel configuration file.
 </ul>  </ul>
 </p>  </p>
   

Legend:
Removed from v.1.329  
changed lines
  Added in v.1.330