From amritadange22 at gmail.com Mon Dec 16 11:22:40 2013 From: amritadange22 at gmail.com (Amrita Dange) Date: Mon, 16 Dec 2013 21:52:40 +0530 Subject: [Disksim-users] About incorporating DiskSim in Eclipse Message-ID: Hi, I am new user to disksim. I am doing project for increasing storage system performance using disksim simulator. I am incorporating disksim in eclipse using JNI makefile. but I am not able to do it. Please help me in this. Regards, amr. From baruch at ev-en.org Sun Dec 22 17:19:42 2013 From: baruch at ev-en.org (Baruch Even) Date: Mon, 23 Dec 2013 00:19:42 +0200 Subject: [Disksim-users] disksim fixed for 64bit Message-ID: Hi, As I wanted to play a bit with disksim I found that it didn't work for 64bit and while there were some patches and even a few github repositories floating around I didn't find any of the prior solutions to work very well. I have now published my own attempt at cleaning up disksim at https://github.com/baruch/disksim This is mostly valgrind clean, except for the very last test with which I am still battling. I have also tried to cleanup some of the many warnings in the code but that would take far longer to cleanup than I really intended to spend on disksim itself. Baruch