Re: Kernel vs drivers releases?

From: Arjan van de Ven
Date: Wed May 17 2006 - 08:57:24 EST



> Am I completely wrong?

I think you are yes ;)
You seem to assume you can separate drivers from the kernel. In linux,
drivers are a full member of the kernel, which really can't be
separated. Or in more technical terms: there is no stable API between
drivers and the kernel that separates them. Drivers are an integral
part, not something that can be chopped off and kept separate. Not all
operating systems do it that way. but linux does, and the reasons for
that have been discussed to death on this list many times (there is even
a file in Documentation/ about it). But given that situation.. the
separation you propose makes no sense.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/