Date: Mon, 3 Mar 1997 21:56:33 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: Ricardo Williams <rpw@iafrica.com> Cc: freebsd-questions@freebsd.org Subject: Re: Custom kernel not compiling Message-ID: <Pine.BSI.3.94.970303214905.21192C-100000@localhost> In-Reply-To: <3.0.32.19970303152920.0069dc20@ctpop01.iafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Next time, just post the file straight to the message. It's just as big
as if you attached it, but I don't have to go through the rigamorole of
decoding it. Thanks :)
On Mon, 3 Mar 1997, Ricardo Williams wrote:
> I have written from scratch a custom kernel config file using the LINT
> config file as a guide. I basically only wanted to enable support for the
> above configuration. The config file passes the "/usr/sbin/config ?????"
> stage but "make depend" fails with "Syntax error: "(" unexpected.
Fix your MAXMEM option. In-line math doesn't cut it, use bc if you need a
calculator :)
options MAXMEM=32768
> What is wrong and what can I do to fix it ? I though that since I had no
> eisa or scsi devices, I would not enable support for any of them, and also
> since there is no native support for my Accton 1650 network card, I
> disabled all other network card probes and only enabled the "device ed0"
> probing for a NE1/2000 network cards.
You may want to remove the SCSIDEBUG option, or your log may get filled
with SCSI messages. Also PROBE_VERBOSE, this is equivalent to the -v
boot-time option.
Hope this helps.
Doug White | University of Oregon
Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.970303214905.21192C-100000>
