DRIVERS [-l XXX]
-l - Display drivers using the specified language
Display Format:
DRV - Handle number of the EFI driver
TYPE - Driver type:
[B] - Bus Driver
[D] - Device Driver
CFG - Driver supports the Driver Configuration Protocol
DIAG - Driver supports the Driver Diagnostics Protocol
#D - Number of devices managed by the driver
#C - Number of child devices produced by the driver
DRIVER NAME - Name of the driver from the Component Name Protocol
IMAGE NAME - File path from which the driver was loaded
Examples:
* To display the list:
Shell> drivers
T D
D Y C I
R P F A
V VERSION E G G #D #C DRIVER NAME IMAGE NAME
== ======== = = = == = ================================== ===================
39 00000010 D - - 1 - Platform Console Management Driver ConPlatform
3A 00000010 D - - 1 - Platform Console Management Driver ConPlatform
3B 00000010 B - - 1 1 Console Splitter Driver ConSplitter
3C 00000010 ? - - - - Console Splitter Driver ConSplitter
3D 00000010 B - - 1 1 Console Splitter Driver ConSplitter
3E 00000010 ? - - - - Console Splitter Driver ConSplitter
42 00000010 D - - 1 - UGA Console Driver GraphicsConsole
43 00000010 ? - - - - Serial Terminal Driver Terminal
44 00000010 D - - 1 - Generic Disk I/O Driver DiskIo
45 00000010 D - - 1 - FAT File System Driver Fat
48 00000010 ? - - - - ISA Bus Driver IsaBus
49 00000010 ? - - - - ISA Serial Driver IsaSerial
4C 00000010 B - - 1 1 PCI Bus Driver PciBus
55 00000010 D X X 1 - Windows Block I/O Driver WinNtBlockIo
56 00000010 ? - - - - Windows Text Console Driver WinNtConsole
57 00000010 ? - - - - Windows Serial I/O Driver WinNtSerialIo
58 00000010 D - - 1 - Windows Simple File System Driver WinNtSimpleFileSystem
59 00000010 B - - 1 3 Windows Bus Driver WinNtBusDriver
5F 00000010 D - - 1 - Windows Universal Graphics Adapter WinNtUga
請問有指令可以把這些drivers list dump下來嗎?謝謝!!
回覆刪除將drivers list列印到1.txt
刪除\> drivers > 1.txt
用typer檢查檔案內容
\>type 1.txt
非常感謝!!!!
刪除作者已經移除這則留言。
回覆刪除