Uniform Driver Interface: Difference between revisions

Content deleted Content added
Dcorzine (talk | contribs)
Overhaul "External links" section and add many new links.
Dcorzine (talk | contribs)
m External links: Add link to blog post by Michael Trausch.
Line 34:
* [http://www.kroah.com/log/linux/stable_api_nonsense.html The Linux Kernel Driver Interface] (explanation written by Greg Kroah-Hartman in 2004 about why Linux doesn't have stable internal APIs, also [https://github.com/torvalds/linux/blob/b36ddb9210e6812eb1c86ad46b66cc46aa193487/Documentation/process/stable-api-nonsense.rst here] in Linux kernel tree)
* [https://web.archive.org/web/20131208053812id_/https://www.ties.org/deven/udi.html We should all be supporting Project UDI.] (editorial written by Deven Corzine in 2005 in support of Project UDI)
* [https://web.archive.org/web/20110911042942if_/https://mike.trausch.us/blog/2010/03/03/the-uniform-driver-interface%E2%80%94why-wasnt-it-adopted/ The Uniform Driver Interface—why wasn’t it adopted?] (blog post written in 2010 by Michael Trausch)
* [https://wiki.osdev.org/Uniform_Driver_Interface Uniform Driver Interface] (UDI wiki page on OSDev.org for hobbyists interested in implementing UDI)
* [https://github.com/thepowersgang/acess2 Acess2 Hobby Operating System] (hobbyist OS with UDI support)