LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernel dependency when adding driver? (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-dependency-when-adding-driver-938849/)

littlebigman 04-09-2012 03:53 AM

Kernel dependency when adding driver?
 
Hello

I just read this:
Quote:

What is happening now is Broadcom and Qualcom/Atheros now work with the Linux kernel community providing a better set of drivers and technologies for wireless on Linux.
Out of curiosity, why does the kernel need to be modified when adding a driver (module)?

Since drivers can be either compiled statically in the kernel, or dynamically as independent files and loaded when needed, why does the kernel need to be changed to include new drivers?

Is this due to Linux being a monolithic architecture vs. eg. Minix being a micro-kernel architecture? I don't have the technical knowledge to understand this.

Thank you.

syg00 04-09-2012 04:02 AM

No.
The kernel devs won't accept binary blobs. However they "bent" the rule a bit and allowed proprietary firmware to remain as a blob but (sorta) "out-of-tree". However the interface code had to be in the mainline (i.e. open), and of acceptable quality.

Some vendors needed more arm-twisting than others.

littlebigman 04-16-2012 08:35 AM

Thanks for the explanation.


All times are GMT -5. The time now is 09:25 AM.