UNIX system concepts for DOS programmers

I/O and device drivers

Device drivers in the UNIX system provide an interface to peripheral devices that is hardware-independent, just as they do in DOS systems. A programmer can write a program that outputs to disk, terminals, or printer without concern for the details of interfacing with the hardware. The hardware interface only needs to be written once and then utilized many times.

Device I/O in the UNIX system differs from the DOS implementation in two significant ways:



© 2000 The Santa Cruz Operation, Inc. All rights reserved.
HDK 7.1.0b - 15 March 2000