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

Diff for /www/stable.html between version 1.62 and 1.63

version 1.62, 2018/03/06 22:09:12 version 1.63, 2018/07/21 20:02:42
Line 54 
Line 54 
 <p>  <p>
 <!-- XXXrelease - bump href to upgradeXX.html -->  <!-- XXXrelease - bump href to upgradeXX.html -->
 Do not attempt to go from one release to another via source.  Do not attempt to go from one release to another via source.
 Instead, please follow the <a href="faq/upgrade62.html">upgrade guide</a> for  Instead, please follow the <a href="faq/upgrade63.html">upgrade guide</a> for
 the release before compiling -stable.  the release before compiling -stable.
   
 <h3 id="building">Building OpenBSD -stable</h3>  <h3 id="building">Building OpenBSD -stable</h3>
   
 Details on building OpenBSD from source are provided in steps 2 and 3 of the  Details on building OpenBSD from source are provided in steps 2 and 3 of the
 <!-- XXXrelease - bump man link -->  <!-- XXXrelease - bump man link -->
 <a href="https://man.openbsd.org/OpenBSD-6.2/release">release(8)</a> manual.  <a href="https://man.openbsd.org/OpenBSD-6.3/release">release(8)</a> manual.
 There is also an FAQ on <a href="faq/faq5.html">building the system</a>.  There is also an FAQ on <a href="faq/faq5.html">building the system</a>.
 If you have a number of machines to keep on the -stable branch, you may  If you have a number of machines to keep on the -stable branch, you may
 wish to <a href="faq/faq5.html#Release">make a release</a>.  wish to <a href="faq/faq5.html#Release">make a release</a>.
   
 <h4>Rebuild the kernel and reboot</h4>  <h4>Rebuild the kernel and reboot</h4>
   
 Replace <tt>GENERIC</tt> with <tt>GENERIC.MP</tt> for multiprocessor systems.  Replace <tt>GENERIC.MP</tt> with <tt>GENERIC</tt> for single processor systems.
   
 <blockquote><pre>  <blockquote><pre>
 # <b>cd /sys/arch/$(machine)/compile/GENERIC</b>  # <b>cd /sys/arch/$(machine)/compile/GENERIC.MP</b>
 # <b>make obj</b>  # <b>make obj</b>
 # <b>make config</b>  # <b>make config</b>
 # <b>make && make install</b>  # <b>make && make install</b>

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63