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

Diff for /www/stable.html between version 1.64 and 1.65

version 1.64, 2018/07/22 12:13:25 version 1.65, 2018/09/05 14:27:12
Line 71 
Line 71 
 Replace <tt>GENERIC.MP</tt> with <tt>GENERIC</tt> for  Replace <tt>GENERIC.MP</tt> with <tt>GENERIC</tt> for
 single-core processor systems.  single-core processor systems.
   
 <blockquote><pre>  <pre class="cmdbox">
 # <b>cd /sys/arch/$(machine)/compile/GENERIC.MP</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>
 # <b>reboot</b>  # <b>reboot</b>
 </pre></blockquote>  </pre>
   
 If your system has trouble booting the new kernel, you can easily go back  If your system has trouble booting the new kernel, you can easily go back
 and reboot from the old kernel, now called <tt>obsd</tt>.  and reboot from the old kernel, now called <tt>obsd</tt>.
   
 <h4>Rebuilding the userland</h4>  <h4>Rebuild the userland</h4>
   
 <blockquote><pre>  <pre class="cmdbox">
 # <b>rm -rf /usr/obj/*</b>  # <b>rm -rf /usr/obj/*</b>
 # <b>cd /usr/src</b>  # <b>cd /usr/src</b>
 # <b>make obj && make build</b>  # <b>make obj && make build</b>
 </pre></blockquote>  </pre>
   
 </body>  </body>
 </html>  </html>

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65