=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/stable.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -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,12 +72,12 @@

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. @@ -87,12 +87,12 @@

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 @@ -102,17 +102,17 @@

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 $ +
$OpenBSD: stable.html,v 1.3 2000/05/31 20:21:43 ericj Exp $