Subject: Re: I need help with compiling my first kernel
To: patriot <patriot@primenet.com>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 06/13/1998 20:18:32
patriot wrote:
> Arrrrgh,  this is the message that I keep getting when I am in the 
> /usr/src/sys/arch/conf dir and run config SYSTEM
> # ./config SYSTEM
> ksh: ./config: not found
> # config BORGEN
> config: cannot read BORGEN: No such file or directory
> # make depend
> make: don't know how to make depend. Stop
> 
> can anyone help?

cd /usr/src/sys/arch/mac68k/conf
cp GENERIC BORGEN
vi BORGEN             [edit it to your heart's desire]
config BORGEN
cd ../compile/BORGEN
make depend && make

then sit back and wait.  the above should be outlined more or less the
same in the kernel howto....

-- 
Colin Wood                                 cwood@ichips.intel.com
Component Design Engineer - PMD                 Intel Corporation
-----------------------------------------------------------------
I speak only on my own behalf, not for my employer.