Subject: Re: Still unable to compile a working kernel on NoName.
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Michael Graff <explorer@flame.org>
List: port-alpha
Date: 07/31/1997 04:59:17
Jason Thorpe <thorpej@nas.nasa.gov> writes:
> /* $NetBSD: machdep.c,v 1.80 1997/06/12 15:46:19 mrg Exp $ */
>
> .
> .
> .
> ctob(totalphysmem), ctob(resvmem), ctob(physmem)); <-- line 640
> .
> .
> .
> printf("serial number 0x%lx 0x%lx\n", <-- line 740
For me:
machdep.c:
$NetBSD: machdep.c,v 1.81 1997/07/24 23:52:10 thorpej Exp $
It's odd that I have a newer revision than you do, when you checked
the file in last! :)
> I would say that the M_WAITOK is _wrong_. But, that is supposed to be
> handled properly while "cold == 1". Hmm...
I'm compiling a kernel with a just updated kernel source tree. Of course,
I have to compile the whole kernel since someone changed the tcp code
to include some more .h files, but that's ok. It will just take time.
And it's only 5am. :)
--Michael