Subject: Re: macbsd_video problems .
To: Arnaud Blanchard <jblancha@pratique.fr>
From: Scott Reynolds <scottr@edsi.org>
List: port-mac68k
Date: 07/01/1996 11:14:10
On Sun, 30 Jun 1996, Arnaud Blanchard wrote:
> I install all the files, in my Kernel-sources . ( NetBSD 1.2_APHA )
> But I had one problem , when I make the new Kernel : It said that
> " slot and rsrc" was not defined in grf_mv.c , in 2 fonctions:
The colorkit and the kernel source are out of sync. You can't fix this by
simply adding the variables it was looking for, unfortunately.
> Pid0: Kernel format exception
> Process(Pid0) got signal 4
This is typical of having mismatched kernel source. Something is stomping
on memory that it shouldn't...
--scott