Common Driver Interface: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(Created page with "{{Stub}} 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/H...")
 
Line 4: Line 4:


==Source==
==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
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.

Revision as of 13:38, 11 December 2015

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. If you noticed I'm not talking about EDI, it is because EDI is dead.

Source

The source can be found at 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.