Eric,
Binary compatibility does not exist for the most part even on the same kernel
version. You will need to compile the module for each kernel version and if
it is SMP or not (if I remember correctly).
Chris
On Thu, Jun 21, 2001 at 04:47:49PM +0200, Eric HENRY wrote:
> Hi,
>
> I have develo
Title: Loading a driver compiled with a 2.4.x kernel
Hi,
I have developed a driver (a module) and compiled it with the 2.4.0 kernel (linus version.)
But I can't run it on Mandrake 8.0 (kernel 2.4.3 with their patches).
And when I compile it with kernel 2.4.3 it doesn't work with 2.4.0.
I