Common Driver Interface: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Removed dead link & insult, added current link)
 
Line 1: Line 1:
{{Stub}}
{{Stub}}
[[Category:Driver Interfaces]]
[[Category:Driver Interfaces]]
The Common Driver Interface is a German project made by the people behind Tyndur, a community project of [http://www.lowlevel.eu/wiki/Hauptseite LowLevel], the German equivalent of the OSDev wiki. The interface offers less functionality than [[UDI]] but is a lot easier to implement. The creators have also implemented the interface in their own OS and they have made a nice amount of drivers. If you noticed I'm not talking about EDI, it is because EDI is dead.
The Common Driver Interface is a German project made by the people behind Tyndur, a community project of [http://www.lowlevel.eu/wiki/Hauptseite LowLevel], the German equivalent of the OSDev wiki. The interface offers less functionality than [[UDI]] but is a lot easier to implement. The creators have also implemented the interface in their own OS and they have made a nice amount of drivers.


There is an extensive German-language page on the LowLevel wiki, [http://www.lowlevel.eu/wiki/Common_Driver_Interface Common Driver Interface], and a [https://git.tyndur.org/lowlevel/cdi Git repository]. If anyone can find the English-language documentation (if it still exists), please add a link here.
==Source==
The source can be found at [http://lpt.tyndur.org/cdi/english/ http://lpt.tyndur.org/cdi/english/]. You can find the sources in Resources. You just need to clone the git repository. This will give you the drivers and the header files. The header files are in the include folder.

Latest revision as of 07:37, 18 October 2023

This page is a stub.
You can help the wiki by accurately adding more contents to it.

The Common Driver Interface is a German project made by the people behind Tyndur, a community project of LowLevel, the German equivalent of the OSDev wiki. The interface offers less functionality than UDI but is a lot easier to implement. The creators have also implemented the interface in their own OS and they have made a nice amount of drivers.

There is an extensive German-language page on the LowLevel wiki, Common Driver Interface, and a Git repository. If anyone can find the English-language documentation (if it still exists), please add a link here.