Drivers.exe: List Loaded Drivers


List Loaded Drivers displays character-based information about the installed device drivers. There are no command-line arguments.

List Loaded Drivers Syntax

One Stepdrivers | more

Format of List Loaded Drivers Data

ModuleName Code Data Bss Paged Init LinkDate


ModuleName
The driver's file name.
Code
The executable code in the image.
Data
The non-.bss data in the image.
Bss
The .bss section from the image. This is data that is initialized to 0.
Paged
The size of the data that is paged.
Init
The size of the file on disk.
LinkDate
The date that the driver was linked.

File Required