# $Id: BUILDING,v 1.3 1994/12/30 04:30:47 gwr Exp $ -*- text -*-

Building and testing a kernel:

Once you've gotten yourself a tree (see SUP), and
set-up your build tools (see ENVIRONMENT) do this:

1) cd src/sys/arch/sun3/conf
2) cp GENERIC FOO (where foo could be the name of your machine)
3) config.new FOO
4) cd ../compile/FOO
5) bmake depend 
6) bmake

You only need to do steps 4-6 again if you re-config the kernel.

