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

Diff for /www/30.html between version 1.15 and 1.16

version 1.15, 2002/04/16 18:50:25 version 1.16, 2002/04/17 07:21:06
Line 170 
Line 170 
 If you are planning on dual booting OpenBSD with another OS, you will need to read the included INSTALL.i386 document.  If you are planning on dual booting OpenBSD with another OS, you will need to read the included INSTALL.i386 document.
   
 <p>  <p>
 To make a boot floopy under MS-DOS, use the &quot;rawrite&quot; utility located at <i>CD:/3.0/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a> utility. The following is an example usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.  To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located at <i>CD:/3.0/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS, use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a> utility. The following is an example usage of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&sektion=1">dd(1)</a>, where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or &quot;rfd0a&quot;.
   
 <ul><pre>  <ul><pre>
 # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>  # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16