ERAM (Open Source RAM Disk) Development
- Login o registrati per inviare commenti
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.
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.
I improved the Readme shown in the repository.
Thanks. I just thought that maybe someone from here could take a look at it and see if it can be fixed.
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).
I have managed to get an analysis of a BSOD caused by it. It can be viewed by going to https://pastebin.com/MUBtSmcg.
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.
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.
- Login o registrati per inviare commenti