DOS device driver

From Just Solve the File Format Problem
Revision as of 23:37, 9 August 2020 by J2j (Talk | contribs)

Jump to: navigation, search
File Format
Name DOS device driver
Ontology
Extension(s) .dos, .sys, .dev, .bin

DOS device drivers (often simply known as SYS files) are stored in a simple binary format. The filename extension DEV is used by the FreeDOS printer driver tool SPOOL. For the block device driver of the compression software Stacker, which was also included in some versions of the DR-DOS operating system or the Novell DOS and Caldera OpenDOS offshoots, the filename extension BIN is used.

Drivers are loaded into a contiguous block of memory; the segment part of data structure pointers is then adjusted to match the loading segment.

Some device drivers are stored in the MZ format instead of the "raw" SYS format.

Contents

Identification

Most DOS device drivers begin with the magic ID FF FF FF FF.

See also

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox