阅读:2299回复:1
RAMDISK/Virtual file disk sample based on SCSI miniport driver
I remembered some time ago, we discussed ram disk, virtual file disk here. And I suggested implement that with a SCSI miniport driver like some virtual CD-ROM did. Somebody here asked me for a sample but I hadn\'t at that time.
I wrote such a sample during this weekend, please let me know (send me an email at kanghai2k@hotmail.com) if anybody want that. Indeed I wrote two samples. One is a vritual file disk driver using C. The other is a RAM disk using C++ that is part of a virtual SCSI adapter driver architecture that I am currently working for. Don\'t expect the samples are perfect because I wrote them in just several days. |
|
|
沙发#
发布于:2002-08-06 05:37
Attached is the sample codes I mentioned. I supposed you are a driver guru who can understand the code and the risk to test it.
Please read the following agreement before view the package. This code may be used in compiled form in any way you desire. This file may be redistributed unmodified by any means PROVIDING it is not sold or profit without the authors written consent, and providing that this notice and the authors name is included. This file is provided \'as is\' with no expressed or implied warranty. The author accepts no liability if it causes any damage to your computer. Do expect bugs. Please let me know of any bugs/mods/improvements. And I will try to fix/incorporate them into this file. The install script (.INF) file also provided in the package. No any support will be provided (that is don’t send me any email to ask me anything about the package), take your own risk to install/test it. Bug report is welcomed, but please don’t send me email about any question you may have. |
|
|