Extensible Driver Interface

From OSDev.wiki
Revision as of 02:02, 24 November 2017 by osdev>Davidaylaian (Rewrote most of the page)
Jump to navigation Jump to search

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.

Specification

The EDI specification can be found on SourceForge. A sample, public domain serial port driver is also provided.

See Also

External Links

Forum