device-driver
What's the IRP handler that transfers received packets to user process in windows?
As we know the windows kernel is driven by IRP(I/O request packet ), when we request a webpage(or anything else),a IRP is received by 开发者_开发问答NIC ,what\'s that IRP exactly?See the Windows TCP/[详细]
2023-03-02 14:26 分类:问答Windows XP: can I look up the name of a generic driver?
I\'ve inherited a USB class compliant audio driver.It works fine in WinXP, Win7, etc. I find that on an Italian开发者_JS百科 XP machine (I haven\'t yet checked other languages yet) it fails to run.Ou[详细]
2023-03-01 23:21 分类:问答A question about Device drivers & Kernel
Currently, my OS boot from floppy. Since floppy driver is obsolete, i am planning to change the booting media.[详细]
2023-03-01 17:13 分类:问答How to create a display for OS X?
I need to write what I think is a display driver for OS X.It\'s like those \"Use your iPad as a second monitor!\" apps, but I need to write the OS X software that will register another display with OS[详细]
2023-03-01 09:44 分类:问答How to interact with disks or cd-roms in Protected Mode?
I am trying to write a hobby experiment OS now. And I am having this problem. In Real Mode, I can rely on BIOS to deal with disks and cd-roms (sometimes LBA BIOS extenstion is used). But once I enter[详细]
2023-03-01 03:37 分类:问答Get Rotation Speed of Disk Sample Code
Im not really good at VC++ but does anyone have a sample code to get the rotation speed of disk in a computer. I have been working on detecting SSD drives and one solution from researching all day was[详细]
2023-03-01 01:02 分类:问答Reading file in Kernel Mode
I am building a driver and i want to read some files. Is there any way to use \"ZwReadFile()\" or a similar function to read the[详细]
2023-02-28 13:50 分类:问答Convert char array to Unicode
I am developing a device driver in Visual C++. I need to convert a character array to Unicode as well as[详细]
2023-02-27 03:16 分类:问答View Linux module source file after preprocessed
When compiling with gcc we can view preprocessed source files with option -E. How can we apply this to the Makefile of kernel modules (external compile). The source files contain a lot of #ifdef #else[详细]
2023-02-27 02:32 分类:问答PyCUDA: Querying Device Status (Memory specifically)
PyCUDA\'s documentation mentions Driver Interface calls in passing, but I\'m a bit think and can\'t see how to get information such as \'SHARED_SIZE_BYTES\' out of my code.[详细]
2023-02-27 01:54 分类:问答