Skip to content

Opening book details…

About this document

Writing Platform-Independent Drivers by Andraž Novak is a document available to read on EtoBox.

This document discusses writing device drivers that are independent of the operating system, real-time operating system (RTOS), and hardware architecture. There are three main issues with this approach: 1) the application using the device is at a different layer than the device driver, 2) devices are accessed differently on different platforms due to factors like bus size and endianness, and 3) device drivers may need to interact with the operating system kernel. The document proposes addressing these issue

Author
Andraž Novak
Language
EN