Description:
Windows NT driver development.
|
|
|
Problem with XP scheduler?
|
| |
MS> "the Win32 server process is considered a critical system MS> component of Windows NT 3.51, such that if the MS> CSRSS.EXE process faults the entire Windows NT MS> operating system is shutdown." PB> The phrase "is considered" is particularly interesting. It is PB> as if whoever wrote it knows it is more of a considered... more »
|
|
Memory Mapped register read/write on USB device
|
| |
Hi, Is it possible to access USB device registers through memory mapped I/ O. The windows miniport driver for USB WLAN card that I have uses bulk read/write operations to access USB device's registers, which is very slow and doesn't take constant time. On the other hand the driver written for CardBus WLAN card uses memory mapped I/O access CardBus... more »
|
|
stream class video capture minidriver porting to windows 7 X64 ?
|
| |
I have a mission porting original stream class video capture minidriver to windows 7 X64. And I find an interesting problem..... When the computer runs with 4GB ram, everything works fine. But if it ran with 8GB ram, I find something wrong! When the minidriver receive data packet (by StrMiniReceiveStreamDataPacket ),... more »
|
|
How to communicate with user, from printer driver
|
| |
Hi ! I wrote a little driver (based on Bitmap example from WDK) that captures printing and sends images thru NamedPipes to user (my) application - this works great. Now, I want to be able to give a possibility to select to which application data will be sent (user can start few applications on his account).... more »
|
|
Support for selective suspend for usbstor.sys?
|
| |
Hi all, I wonder if MS Mass Storage Stack (usbstor.sys) supports selective suspend? I' quite sure it does not support for XP and Vista, but what about Seven? Is there any web document or MS informatino on this (except the old MS web pages about usbstor: [link] and... more »
|
|
windows PCIe driver related
|
| |
I have got a misson about developing a windows driver for a PCIe data capture device. With WDK7200, I choose "KMDF" as a driver model. The PCIe module of the device is designed using a FPGA chip. The hardware developer find out that when my driver read data from the device, FPGA get a bouch of scattered requests.My driver map the... more »
|
|
USB mass storage: block mounting of file system - filter driver?
|
| |
Hi, I am currently developing an application for mass duplication of usb thumbdrives with a hardware extension to switch usb sticks after they have been written. There are however some issues with windows (xp) being very slow (more than 30 seconds) in the detection of new device arrivals on some hub... more »
|
|
signing driver under vista x64
|
| |
ello, When I signed my driver, it works. But Vista x64 refuses to install this drivers with . Help - me! Makecert -r -pe -ss PrivateCertStore -n "CN=TestCertforWDK" TestCert.cer certmgr.exe -add testcert.cer -s -r localMachine root certmgr.exe -add testcert.cer -s -r localMachine trustedpublisher SignTool sign /s... more »
|
|
Forbidden remember the same files
|
| |
Hello, Having developed a driver is mapping a logical drive in an image file. RAW. My problem: Windows remembers the files contained readed or modified How to configure the device \\device\deviceimg for not the OS Windows stores the contain file contents in this memory. THERE must set media_type to media_removable (DISK_GEOMETRY) ??... more »
|
|
|