Extensible Driver Interface

From OSDev.wiki
Revision as of 02:04, 24 November 2017 by osdev>Davidaylaian (Removed specification section)
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.

See Also

External Links

Forum