jrhodes #1 Posted February 14 (edited) I have the 1mb SAMS sidecar, and was wondering what program i need to use it as a RAMDISK with XB / RXB / XB G.E.M. ? Edited February 14 by jrhodes 3 Quote Share this post Link to post Share on other sites
RickyDean #2 Posted February 14 I don't believe there has been any programs to use the Sams as a ramisk. It is probably possible to hold data in the sam's memory with a battery, and there are some battery backed srams on the market, so in theory it could be used to back up data, but the structure of how it retains that data would have to be defined and probably coded in a dsr of some kind like a Horizon ramdisk, to be able to access as files. 1 Quote Share this post Link to post Share on other sites
+Ksarul #3 Posted February 14 SAMS doesn't work that way, normally. As noted, it doesn't hold memory when powered off, although Zeropower SRAMs can get around that issue (note: they are much more expensive than the regular RAM chips). There isn't a DSR on the card either, so no integrated disk management opportunities. Lastly, the card uses a memory mapper chip that provides a 32K window into the total memory space of the card. You need to manage where that window is with your software. Existing SAMS-aware software isn't expecting it to be used as a ramdisk and will step all over it. It could be used to store lots of data for a program written to use it that way (Realms of Antiquity and many other SAMS programs do this), but using it as a stand alone ramdisk is probably a whole lot more trouble than it is worth. 2 Quote Share this post Link to post Share on other sites
+arcadeshopper #4 Posted February 14 If you want a ram disk get a horizon .. it's designed to be one. Sams is notSent from my LM-V600 using Tapatalk 5 Quote Share this post Link to post Share on other sites
HOME AUTOMATION #5 Posted February 14 To function effectively as a disk device... you would want to use something like the File DSR used in the MINI MEMORY module. This should provide a speed boost! I've given some consideration to using this technique with the FG99. The bottleneck for me is that the MINI MEMORY's, DSR is written in GPL. But ...would be short, fast, free! P.S. Good thinking! 1 Quote Share this post Link to post Share on other sites
Omega-TI #6 Posted February 14 //freelygivingmyopinionmodeon While not technically a RAMDISK... ... the TIPI is nearly as fast... ... stores a heck of a lot more data than you would ever get from an expensive or a lower priced reproduction RAMDISK... ... and does so much more... //freelygivingmyopinionmodeoff 2 1 Quote Share this post Link to post Share on other sites
+retroclouds #7 Posted February 14 How about the other way around? Use the HRD4000B as a ramdisk and SAMS replacement. Have to go through the development manual again, but if I recall correctly there’s enough RAM on the HRD4000B that you can get away with it. Obviously you have to do your own paging, so your software have to support it. Quote Share this post Link to post Share on other sites
+arcadeshopper #8 Posted February 14 How about the other way around? Use the HRD4000B as a ramdisk and SAMS replacement. Have to go through the development manual again, but if I recall correctly there’s enough RAM on the HRD4000B that you can get away with it. Obviously you have to do your own paging, so your software have to support it. If you want a Sams get a Sams Sent from my LM-V600 using Tapatalk 3 1 Quote Share this post Link to post Share on other sites
+Schmitzi #9 Posted February 14 At Stuart´s browser, we use the joystick as a mouse 🏋️♂️ 1 1 Quote Share this post Link to post Share on other sites
+retroclouds #10 Posted February 14 2 hours ago, arcadeshopper said: If you want a Sams get a Sams Sent from my LM-V600 using Tapatalk True, that’s why I have three of them 😀 Having said that, I always thought that the HRD4000B ramdisk is a very underestimated device. It’s more than a ramdisk. Quote Share this post Link to post Share on other sites
+RXB #11 Posted February 14 I am working in the future for a bunch of features to show the power of SAMS. Possibly unlimited size of a single XB program along with assembly support too by paging in 4K pages of RAM. Using the SAMS as a RAMDISK is like using your mouse as a hammer or your keyboard as a pry bar. 1 Quote Share this post Link to post Share on other sites
GDMike #12 Posted February 14 Hmmm I recall microsoft ramdrv.sys Anyway...yeah...get a SAMs card there great!! Quote Share this post Link to post Share on other sites