Extensible Driver Interface: Difference between revisions

m
addstub&https
[unchecked revision][unchecked revision]
(Removed specification section)
m (addstub&https)
Line 1:
{{Stub}}
The Extensible Driver Interface (EDI) is a driver interface that is intended to be portable between OSes while standardizing as little functionality as possible.
 
== Introduction ==
In 2006, Eli Gottlieb made EDI after deciding that [[UDI]] standardized too much. It is designed to be small, extensible, and require very little from the system providing the implementation. This is done by using an object oriented model accessed using C functions, allowing drivers and operating systems in almost all languages to use it.
 
== See Also ==
 
=== External Links ===
*[https://sourceforge.net/projects/glider-kernel/files/EDI%20Headers%20and%20Docs/ EDI Specification and sample driver]
*[httphttps://www.osnews.com/story/16602/Introducing_the_Extensible_Driver_Interface OSNews article written by the creator of EDI]
 
===Forum Threads ===
*[[Topic:637|Project announcement]]
*[[Topic:16592|Discussion thread]]
Anonymous user