=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/stable.html,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** www/stable.html 2017/04/11 03:29:09 1.56 --- www/stable.html 2017/04/15 21:26:05 1.57 *************** *** 80,89 **** Replace GENERIC with GENERIC.MP for multiprocessor systems.
- # cd /sys/arch/$(machine)/conf
- # config GENERIC
  # cd /sys/arch/$(machine)/compile/GENERIC
! # make clean && make obj && make && make install
  # reboot
  
--- 80,89 ---- Replace GENERIC with GENERIC.MP for multiprocessor systems.
  # cd /sys/arch/$(machine)/compile/GENERIC
! # make obj
! # make config
! # make && make install
  # reboot