Each pdb has checksum and timestamp which match the corresponding executable(exe or sys), and the timestamp and checksum changes everytime!!
Make it sure that you ship your executable to QA with the PDB file.
If you are not, try force load the symbol(if you are sure that the source is the same).reload /f /i xxx.sys
Jun 2, 2008
Force load mismatched pdb
Posted by Lono at 19:49 0 comments
Labels: Driver
May 15, 2008
ruby-serial port on windows
mark this
#require "../serialport.so"
add this
Kernel::require "serialport"
Posted by Lono at 01:17 0 comments
Labels: Programming
May 5, 2008
IRQL levels
#define PASSIVE_LEVEL 0x0
#define APC_LEVEL 0x1
#define DISPATCH_LEVEL 0x2
#define IPI_LEVEL 0xe
#define POWER_LEVEL 0xf
#define PROFILE_LEVEL 0xf
#define HIGH_LEVEL 0xf
#ifdef NT_UP
#define SYNCH_LEVEL 0x2
#else
#define SYNCH_LEVEL 0xc
#endif
Posted by Lono at 22:21 0 comments
Labels: Driver
May 2, 2008
Kalway 10.5.2 at Lenovo X61
Kalway 10.5.2
Sleep Kernel
No Ethernet Card-->Buy a USB Lan card for Wii(PCI 200TX, NT600), needs driver from official website to work
Install both Intel GMA950 & GMAX3100
Wifi Card-> only IO 80XXX Family and Atheros module--> still not working
No Sound Card--> buy a sound card which is compatible with MAC (NT399)
Software-> Minimal
No CPU = 1 fix
No other particular fix except default
No need of below:
1.Boot with "Graphic Mode"="640x480x32"
2.Install LeopardGraphicsUpdate1.0
Posted by Lono at 20:04 0 comments
Labels: OSX86
Apr 20, 2008
Useful Status Code
STATUS_UNSUCCESSFUL
STATUS_DISK_FULL
STATUS_BUFFER_OVERFLOW
STATUS_PENDING
STATUS_TIMEOUT
STATUS_ABANDONED
STATUS_WAIT_0
STATUS_SUCCESS
Posted by Lono at 22:26 0 comments
Labels: Driver
Apr 16, 2008
Skype send break points constantly
Google this:
Debugging a Device Driver While Skype is Running - David Craig
04-Feb-08 12:15:29
Maybe Skype will provide you with a version that does not have anti-debugger
code in it. This is very typical of DRM protected code. They are all a
real pain in the @#$, even to someone working in the company who does not
have access to a non-DRM version.
Debugging a Device Driver While Skype is Running - Ivan Brugiolo [MSFT]
04-Feb-08 01:22:48
Can you try `kdbgctrl.exe -du` on the target machine ?
Posted by Lono at 20:45 0 comments
Apr 9, 2008
AD 2008
http://www.im.tv/vlog/Personal/1673042/3120261
http://www.im.tv/vlog/Personal/1673042/3179839
http://www.im.tv/vlog/Personal/1673042/3098957
Posted by Lono at 04:10 0 comments