Writing MS-DOS Device Drivers

Writing MS-DOS Device Drivers
Author: Robert S. Lai
Publisher: Addison-Wesley Professional
Total Pages: 592
Release: 1992
Genre: Computers
ISBN:

This superb introduction to device drivers describes what device drivers do, how they interface with DOS, and provides examples and techniques for building a collection of device drivers that can be customized for individual use.

Writing DOS Device Drivers in C

Writing DOS Device Drivers in C
Author: Phillip M. Adams
Publisher:
Total Pages: 408
Release: 1990
Genre: Computers
ISBN:

C has quickly become the most popular programming language. This timely handbook now supplies complete instructions for creating DOS device drivers in this versatile language, thus providing a simplified way to standardize the electrical and mechanical requirements of peripherals. Presents a logical, easy-to-implement, uniform approach for creating all device drivers and features numerous operational examples.

Linux Device Drivers

Linux Device Drivers
Author: Jonathan Corbet
Publisher: "O'Reilly Media, Inc."
Total Pages: 640
Release: 2005-02-07
Genre: Computers
ISBN: 0596555385

Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas of programming for the Linux operating system that calls for unique, Linux-specific knowledge. For years now, programmers have relied on the classic Linux Device Drivers from O'Reilly to master this critical subject. Now in its third edition, this bestselling guide provides all the information you'll need to write drivers for a wide range of devices.Over the years the book has helped countless programmers learn: how to support computer peripherals under the Linux operating system how to develop and write software for new hardware under Linux the basics of Linux operation even if they are not expecting to write a driver The new edition of Linux Device Drivers is better than ever. The book covers all the significant changes to Version 2.6 of the Linux kernel, which simplifies many activities, and contains subtle new features that can make a driver both more efficient and more flexible. Readers will find new chapters on important types of drivers not covered previously, such as consoles, USB drivers, and more.Best of all, you don't have to be a kernel hacker to understand and enjoy this book. All you need is an understanding of the C programming language and some background in Unix system calls. And for maximum ease-of-use, the book uses full-featured examples that you can compile and run without special hardware.Today Linux holds fast as the most rapidly growing segment of the computer market and continues to win over enthusiastic adherents in many application areas. With this increasing support, Linux is now absolutely mainstream, and viewed as a solid platform for embedded systems. If you're writing device drivers, you'll want this book. In fact, you'll wonder how drivers are ever written without it.

Parallel Port Complete

Parallel Port Complete
Author: Jan Axelson
Publisher: lakeview research llc
Total Pages: 359
Release: 1996
Genre: Computers
ISBN: 0965081915

This book is for programmers, hardware designers, and anyone who uses the PC's parallel port to communicate with printers and other peripheral devices. The tips, tools, and examples in this complete reference will save you time, spark new ideas for your own projects, and help you use all of a port's abilities - including the new high-speed, bidirectional modes.

Writing Windows VxDs and Device Drivers

Writing Windows VxDs and Device Drivers
Author: Karen Hazzah
Publisher: CRC Press
Total Pages: 494
Release: 1996-01-12
Genre: Computers
ISBN: 1482275708

Software developer and author Karen Hazzah expands her original treatise on device drivers in the second edition of Writing Windows VxDs and Device Drivers. The book and companion disk include the author's library of wrapper functions that allow the progr

PC Mag

PC Mag
Author:
Publisher:
Total Pages: 528
Release: 1993-11-09
Genre:
ISBN:

PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.

FreeDOS Kernel

FreeDOS Kernel
Author: Pat Villani
Publisher: CRC Press
Total Pages: 337
Release: 1996-01-09
Genre: Computers
ISBN: 1482275694

Master operation system development. FreeDOS Kernel explains the construction and operation of Pat Villani's DOS-C - a highly portable, single threaded operating system. Written in C and with system calls similar to MS-DOS, the FreeDOS kernel provides an