Dos Device Drivers BTCS-703
Dos Device Drivers BTCS-703
Dos Device Drivers BTCS-703
BTCS-703
Introduction
Built-In Drivers:
Name of Device Name of Driver
Console CON:
Printer LPT1:LPT2:LPT3:
Serial Ports COM!:COM2:COM3:COM4:
Null device NUL:
Disk drive A A:
Disk drive B B:
Disk drive C C:
Usage of device drivers
ANSI.SYS HIMEM.SYS
EGA.SYS SETVER.EXE
PRINTER.SYS DISPLAY.SYS
INTERLINK.EXE
CHKSTATE.SYS
SMARTDRV.EXE
EMM384.SYS DRIVER.SYS
RAMDRIVE.SYS POWER.EXE
DBLSPACE.SYS SMARTDRV.SYS
Usage of Device Drivers
ANSI.SYS: Provides Screen customization (includes
coloring and extending) and keyboard functions .
SETVER.EXE: Includes an label from CONFIG.SYS that
device drivers read while booting the system.
SMARTDRV.SYS: establishes the disk cache
RAMDRIVE.SYS: Allows portion of m/y as disk
MOUSE.SYS is device driver for mouse installed in CONFIG.SYS file
Screen output DOS commands explicitly use CON:
Printer output DOS commands use the PRN: or
ANSI.SYS allows DOS user to move cursor, screen optimization and color
setting etc.
Loading Device Drivers
Device Drivers are loaded in m/y in the order they appear
in COFIG.SYS
DOS maintain Linked list of these drivers .
New Driver added at the head of list.