Linked by Eli Gottlieb on Thu 30th Nov 2006 17:42 UTC
Thread beginning with comment 186820
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2006-09-01
I didn't understand the technical details of this entirely (slightly over my head) but could this be used to write a driver for 3d hardware that protects the trade secrets and whatnot, that can be combined with the other half of the driver - the OS half, so that a single binary object (per ABI and hardware platform of course) could be compiled into many OSs (like Linux, Windows, Haiku, etc.)?
It would be awesome if there could be at least some practical separation (even if it isn't necessary or enforced) between the hardware side and the OS side (I assume that's what this is all about, but I've been wrong before) that would allow the hardware manufacturers to guard their precious (mostly hardware related) secrets by releasing the compiled libraries that go with their hardware, while allowing the OS part of the driver to be Open Source, for all to port and poke at.
Even better if there is an easy tool kit that will help hardware makers write their drivers to run on all of Linux, Windows and Mac OS X.