=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/stable.html,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** www/stable.html 2000/05/29 07:58:56 1.2 --- www/stable.html 2000/05/31 20:21:43 1.3 *************** *** 72,83 ****

To rebuild the default kernel from stable: !

! # cd /usr/src/sys/arch/i386/conf
! # /usr/sbin/config GENERIC
! # cd /usr/src/sys/arch/i386/compile/GENERIC
! # make clean && make depend && make
! 

Replace i386 with your architecture, eg. --- 72,83 ----

To rebuild the default kernel from stable: !

Replace i386 with your architecture, eg. *************** *** 87,98 ****

To reboot with the newly compiled kernel: !

! # cd /usr/src/sys/arch/i386/compile/GENERIC
! # cp /bsd /bsd.old          (Save an old copy of your kernel)
! # cp bsd /bsd               (Copy the new kernel into place)
! # reboot
! 

As above, substitute your architecture for i386. If your system has --- 87,98 ----

To reboot with the newly compiled kernel: !

As above, substitute your architecture for i386. If your system has *************** *** 102,118 ****

Rebuilding the binaries

To rebuild the system binaries: !

! # cd /usr/src
! # rm -r /usr/obj/*
! # make obj && make build
! 

This will take awhile...


OpenBSD www@openbsd.org !
$OpenBSD: stable.html,v 1.2 2000/05/29 07:58:56 deraadt Exp $ --- 102,118 ----

Rebuilding the binaries

To rebuild the system binaries: !

This will take awhile...


OpenBSD www@openbsd.org !
$OpenBSD: stable.html,v 1.3 2000/05/31 20:21:43 ericj Exp $