device-driver
why does the module start from address 0xbf000000
i use insmod hello.ko to launched the module which i buil开发者_StackOverflow社区d. and use the lsmod to look up this module.Then i found a strange issue, i saw the module start from address 0xbf00000[详细]
2023-02-25 09:33 分类:问答Error using Windows Driver Kit DriverPackagePreinstall
I am trying to preinstall an .inf driver after my windows program loads and was using this question as an example.I am writing in VB.Net while the original question was done in C# so it might be somet[详细]
2023-02-23 21:34 分类:问答Insert modules (*.ko) that have circular dependencies
I have three Linux kernel modules (*.ko files). They have circular dependencies like this: mod1.ko uses functions exported by mod3.ko[详细]
2023-02-21 05:18 分类:问答about hardware drivers in protected mode
Recently, I\'m trying to write a simple OS. This is a big project. when I\'m writing my code, I\'m wondering how modern OS contact hardware under protected mode[详细]
2023-02-21 02:48 分类:问答DirectSoundEnumerate() doesn't list driver name on Windows 7
I have a program that is compiled on Windows XP and now I\'m trying to run it on Windows 7 (both x86 and x64). The program uses DirectSound8 to enumerate all sound devices on the machine. The problem[详细]
2023-02-19 05:18 分类:问答Problem in first program in driver programming using Visual Studio 2010
I am starting to learn this type of programming (driver programming) since a short while of the time.[详细]
2023-02-18 13:37 分类:问答NDIS filter driver doesn't load in windows 2008 R2
I\'m trying to develop an NDIS filter driver. However, I don\'t seem to be able to load it. I have the debug and testsigning boot options enabled; my driver is test-signed, and the certificate is load[详细]
2023-02-18 04:39 分类:问答issuing a disk read from bottom-half of device driver
In a Xen setup, IO accesses from guest VMs go through a privileged domain called dom0 that is just a modified Linux kernel which has calls from and to the XEN hypervisor. For block IO, they have a spl[详细]
2023-02-17 20:35 分类:问答Do the equivalent of installing a driver from a folder, programatically, in Windows XP or higher
I need to have a driver installed in my customers\' computers. Unfortunately, the only way to do this right now is having Windows show its \"Hardware Update Wizard\" when the device is plugged in, and[详细]
2023-02-16 15:35 分类:问答I/O completion port's advantages and disadvantages
Why do many people say I/O completion port is a fast and nice model? What are the I/O completion port\'s advantages and disadvantages?[详细]
2023-02-16 05:00 分类:问答