Subject: Re: I need help with compiling my first kernel
To: patriot <patriot@primenet.com>
From: Dr. Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 06/14/1998 12:05:50
On Sat, 13 Jun 1998, 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
Sounds right. config lives in /usr/sbin.
Wait, that is /usr/src/sys/arch/mac68k/conf, isn't it?
> # config BORGEN
> config: cannot read BORGEN: No such file or directory
ls -l so we can see what's happening.
> # make depend
> make: don't know how to make depend. Stop
This step comes after config runs, and when you are in
/usr/src/sys/arch/mac68k/compile/SYSTEM (with SYSTEM being the name of
your kernel).
Take care,
Bill