Structure of an MS-DOS Device Driver

A device driver consists of three major parts (Figure 14-1):

A device header

A strategy (strat) routine

An interrupt (intr) routine

We'll discuss each of these in more detail as we work through this chapter.

Figure 14-1. General structure of an MS-DOS installable device driver.

Please refer to the printed book for this figure.