Calculating Physical Address of users Virtual Memory
Fri, 30 Nov 2007 11:47:56 -0800
What is the best way (XP/VISTA) to obtain the physicall address of the
users virtual memory durint a write operation.
Currently I am doing the following and it works. I build an array of
physical address and length. In the ISR if the next item in the DMA is
not NULL, I restart the DMA using the next item in t ...
|
Banks are bad but which one is worse?
Mon, 26 Nov 2007 09:42:08 -0800
FirstTech Credit Union of course!! I had a few horror experiences with
them.
They refused to complete my billpay that I had 25 times available fund to
pay for. They yanked my money out as a penalty and provided no beneficial
service in return, making excuses saying "wrong suffix for the transactio ...
|
No bootable devices--strike F1 to retry boot, F2 for setup utility
Sun, 25 Nov 2007 07:38:04 -0800 (PST)
Hi,
I have accidentally set set 2 primary partitions on my computer. Now
my computer cannot boot and just after starting I get the message
displayed: "No bootable devices--strike F1 to retry boot, F2 for setup
utility"
My CD driver is not working. I tried to run from a USB hard drive
running Windows XP sam ...
|
video corrupt after XP SP2 install - stuck in 4 bit - was okay in
Sat, 24 Nov 2007 20:10:01 -0800
Hello all (and HELP!)
Daughter got a virus, had to reinstall XP Home edition. Had SP1, installed
okay, but then as soon as it downloaded SP2, video went corrupt with vertical
stripes accross the screen. Went out an bought new SP2 CD, thinking it was
the result of patches. Even after reformat, and reinsta ...
|
Sound, Speaker and C-Media AC97 Probs
Fri, 23 Nov 2007 22:32:02 +0530
A few months ago my speakers fell off the desk and broke. I finally
replaced them but I cant get any sound. I've tried the speakers out on
my laptop and they work fine. But when Install them on my pc - it says
the device cannot start and I get a code 10. I've tried uninstalling
the drivers and downloading ...
|
Installing a modem file
Wed, 21 Nov 2007 11:20:33 +0100
Hi all,
we have a self developed inf file with modem settings. this file works
properly when it is installed via "control panel -> Phone and modem options
-> add modem"
Now I'd like to install this inf file by using an installer, but I've no
idea how I should deal with the available inf file.
Is there ...
|
Issue with Uninstallation of a driver using inf file
Tue, 20 Nov 2007 11:22:36 +0530
Hi..
I have a basic doubt regarding an 'Uninstallation' in the inf files.
The WDK document says that DefaultUninstall is optional, if one needs
to provide in uninstallation functionality.
But most of the drivers do not have Uninstall section in their inf
files, so how does uninstallation takes place (from the ...
|
|
|
help - Need Driver - USB Wireless USB NW adapter MN-510
Mon, 19 Nov 2007 18:37:29 -0500
Looking for a driver (win 98, 2K, and XP) afor Microsoft Broadband
Networking Wireless USB Adapter Model MN-510.
If I have the wrong group, I'd appreciate a pointer to the right
group.
I've searched the web and come up short except for driverguide.com,
who now wants $2.99.
What has Microsoft got to offer ...
|
Enumerating files with ZwQueryDirectoryFile
Thu, 1 Nov 2007 13:28:42 -0500
OH well, looks like I'm replying to myself. I've thrashed out the sample
below and it seemd to work OK. I know there are only 5 or 6 of the
target files in the directory so I know the buffer size of 0x1000 is
plenty big enough. If you have more target files you may want to call
ZwQueryDirectoryFile in a loop, ...
|
Enumerating files with ZwQueryDirectoryFile
Tue, 30 Oct 2007 11:17:55 -0500
I need to enumerate all files in a directory with name *.frd from a
kernel mode driver. I know I need to use ZwCreateFile to get a hnadle to
the directory and then ZwQueryDirectoryFile in a loop to enumerate all
files in the directory which match the filter.
But that's as much as I do know. I've spent all da ...
|