ERAM (Open Source RAM Disk) Development

7 replies [Last post]
Zero3K
Offline
Joined: 09/01/2018

It would be nice if someone could get it to work on the 64-bit versions of Windows 7/10. I tried it in a Windows 10 64-bit VM which resulted in an automatic repair loop occurring. Its driver and source code can be downloaded by going to https://github.com/Zero3K/ERAM.

Zero3K
Offline
Joined: 09/01/2018

I had a FAT_FILE_SYSTEM BSOD occur in Windows 10 64-bit a while ago when I tried it. Now it just causes an automatic repair loop. It would be nice if someone could fix it.

Zero3K
Offline
Joined: 09/01/2018

I improved the Readme shown in the repository.

Zero3K
Offline
Joined: 09/01/2018

Thanks. I just thought that maybe someone from here could take a look at it and see if it can be fixed.

Zero3K
Offline
Joined: 09/01/2018

At least the guy who makes ImDisk was able to make signed release and unsigned debug versions of it. Now to try to see what code is responsible for the BSOD(s).

Zero3K
Offline
Joined: 09/01/2018

I have managed to get an analysis of a BSOD caused by it. It can be viewed by going to https://pastebin.com/MUBtSmcg.

Zero3K
Offline
Joined: 09/01/2018

The issue I made regarding the BSOD can be found at https://github.com/Zero3K/ERAM/issues/2. Also, I have found defects in its source when compiling it with WDK 7.1.0. I made an issue regarding them which can be found at https://github.com/Zero3K/ERAM/issues/9.

Zero3K
Offline
Joined: 09/01/2018

I managed to fix the BSODs thanks to the help of a member of community.osr.com. Now I am getting some after removing the 4 GB limit and testing one that has a size of 6 GB. You can see the pull request with the changes I did by going to https://github.com/Zero3K/ERAM/pull/10.