Giter Club home page Giter Club logo

ramdisk's Introduction

RAM disk driver for Windows

This is a modified version of the RAM disk sample driver from Microsoft, so that it is functional.

It is possible to format the RAM disk as NTFS or FAT.

Installation: devcon.exe install ramdisk.inf ramdisk

ramdisk's People

Contributors

guidoreina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ramdisk's Issues

Unable to install on Windows XP 32

I tried to install the driver on a Windows XP 32 machine, after fixing the problem described here: #1

First I tried using sc create followed by sc start.

The create worked (almost) fine. For some reason the path to the .sys file was brokenly tranformed to a UNC path in the registry. After I fixed that I went for sc start.

The start failed no matter what I did. At first I noticed I had forgotten the infamous WdfCoInstallerdll. After I fixed that I tried again and this time I got
error 123: The filename, directory name, or volume label syntax is incorrect.

This one I did not know how to fix. So I sc deleted it and went for method 2.

Method 2 was installing using the "add hardware wizard". This one also failed. The installation completes, but it claims there are problems with the driver and it doe not work.

Any ideas?

PS: method 2 (add hardware wizard) works fine with the default MS RamDisk sample.

Windows on ARM, Support?

Please let us know when can we have an ARM64 version for Windows on ARM OS. We can help you test We have Windows on Rasberry Pi setup. Please pursue it we at Windows on Rasberry Pi community will be glad to extend support in testing your drivers and tools for ARM64.

ramdisk.inx line ending

The ramdisk.inx file is using "sane" line endings, i.e., \n

While I do believe the world would be a better place if every body used only \n to end their lines, Windows unfortunately insists on the terrible \r\n combo. So much that the DDK seems to be unable to parse the ramdisk.inx file correctly and the resulting ramdisk.inf ends up no having the variable values replaced.

For instance, this part of the inx file
[CoInstaller_AddReg]
HKR,,CoInstallers32,0x00010000, "WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll,WdfCoInstaller"
remains exactly the same on the inf file. $KMDFCOINSTALLERVERSION$ is still there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.