ln command doesn’t print the version information for my driver even
though the version property page/resource file is correctly set up.
Any specific reason it doesn’t show up?
0: kd> lm v m beep*
start end module name
f5e11000 f5e11ee0 Beep (deferred)
Image path: \SystemRoot\System32\Drivers\Beep.SYS
Image name: Beep.SYS
Timestamp: Wed Oct 20 15:18:59 1999 (380E3FD3)
CheckSum: 0000C54F
ImageSize: 00000EE0
File version: 5.0.2158.1
Product version: 5.0.2158.1
File flags: 0 (Mask 3F)
File OS: 40004 NT Win32
File type: 3.7 Driver
File date: 00000000.00000000
Translations: 0409.04b0
CompanyName: Microsoft Corporation
ProductName: Microsoft(R) Windows (R) 2000 Operating System
InternalName: beep.sys
OriginalFilename: beep.sys
ProductVersion: 5.00.2158.1
FileVersion: 5.00.2158.1
FileDescription: BEEP Driver
LegalCopyright: Copyright (C) Microsoft Corp. 1981-1999
0: kd> lm m *mydriver* v
start end module name
ae206000 ae493000 pdesys (deferred)
Image path: \SystemRoot\system32\drivers\mydriver.sys
Image name: mydriver.sys
Timestamp: Wed May 25 11:57:32 2005 (4294CA9C)
CheckSum: 002D4A44
ImageSize: 0028D000
Translations: 0000.04b0 0000.04e0 0409.04b0 0409.04e0
My guess is that the resource section of your driver is paged out.
Jason
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Venu Joshi
Sent: Tuesday, June 28, 2005 2:11 PM
To: Kernel Debugging Interest List
Subject: [windbg] version information from ln command
ln command doesn’t print the version information for my driver even
though the version property page/resource file is correctly set up.
Any specific reason it doesn’t show up?
0: kd> lm v m beep*
start end module name
f5e11000 f5e11ee0 Beep (deferred)
Image path: \SystemRoot\System32\Drivers\Beep.SYS
Image name: Beep.SYS
Timestamp: Wed Oct 20 15:18:59 1999 (380E3FD3)
CheckSum: 0000C54F
ImageSize: 00000EE0
File version: 5.0.2158.1
Product version: 5.0.2158.1
File flags: 0 (Mask 3F)
File OS: 40004 NT Win32
File type: 3.7 Driver
File date: 00000000.00000000
Translations: 0409.04b0
CompanyName: Microsoft Corporation
ProductName: Microsoft(R) Windows (R) 2000 Operating System
InternalName: beep.sys
OriginalFilename: beep.sys
ProductVersion: 5.00.2158.1
FileVersion: 5.00.2158.1
FileDescription: BEEP Driver
LegalCopyright: Copyright (C) Microsoft Corp. 1981-1999
0: kd> lm m *mydriver* v
start end module name
ae206000 ae493000 pdesys (deferred)
Image path: \SystemRoot\system32\drivers\mydriver.sys
Image name: mydriver.sys
Timestamp: Wed May 25 11:57:32 2005 (4294CA9C)
CheckSum: 002D4A44
ImageSize: 0028D000
Translations: 0000.04b0 0000.04e0 0409.04b0 0409.04e0
You are currently subscribed to windbg as: unknown lmsubst tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com