OSDev.org
https://forum.osdev.org/

EDI - Extensible Driver Interface
https://forum.osdev.org/viewtopic.php?f=2&t=637
Page 1 of 1

Author:  Crazed123 [ Wed May 17, 2006 11:00 pm ]
Post subject:  EDI - Extensible Driver Interface

The Extensible Driver Interface (EDI) is my effort to create a uniform driver development API across operating systems. With EDI, we could each write drivers for our own systems, and as long as they worked with only EDI-standard functionality enabled (since some OSs might require extensions) they would be (almost) source-portable to other operating systems.

EDI is designed to work for microkernel and monolithic alike. It also allows either the kernel or the driver to require or use extension classes, thus allowing EDI and EDI drivers to be ported to systems which might require say... a special security model.

The tarball available for download includes EDI headers in C, documentation generated by doxygen in html and latex formats, and an example driver written in C++. The example driver is designed for basic text output to VRAM, and solidly demonstrates the use and features of EDI.

Anyone interested? I can be emailed at [email protected] if for some reason I don't reply here. An IRC chat room, #edi on Wyldryde, is also available.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/