LWN.net Logo

Possible solution for module license "issue"

Possible solution for module license "issue"

Posted May 23, 2006 20:38 UTC (Tue) by proski (subscriber, #104)
Parent article: Kororaa and the GPL - Update 1

One possible solution would be to have a clean-room implementation of the Linux module build system and the kernel API headers. Then ATi and and nVidia could use that build system for DRI modules without using the Linux kernel sources in any way. The modules would still load into the kernel, but it could be argued that they are "kernel-level executables".

Nobody claims that e.g. Norton Commander is a derivative of MS DOS, yet it loads into the same memory area as MS DOS (the lower 640k), it runs with the same permissions as MS DOS (real mode or VM86) and it used MS DOS calls.


(Log in to post comments)

Possible solution for module license "issue"

Posted May 23, 2006 22:25 UTC (Tue) by khim (subscriber, #9252) [Link]

One possible solution would be to have a clean-room implementation of the Linux module build system and the kernel API headers.

Multy-year project. And will need CONSTANT support (since "linux module build system" changes daily). If you really care about this kind of stuff you'd better try to bring *BSD on desktop...

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds