First post, by severinmazarin
First some background.
I managed to design and wire up a prototype memory expansion card for my IBM 5170. Despite the mess of wires, it actually works just fine! Since making custom cards is completely new to me, I decided to start by making an 8-bit card. Would like to try designing a 16-bit card later.
So the current memory configuration is 512 kb on the motherboard, and 128 kb on the expansion card. If I understand things correctly, RAM speed should be half on the expansion card compared to the motherboard (16 vs 8 bit data bus). But I would still like to test this. Haven't yet found a way to do so.
Ideally I would like a utility where I can point to and test read and write speed for a certain range in memory, like 80000h - A0000h (512 - 640 kb), to be able to compare it to the lower segments. So far all utilities I've tried to use, requires a 386 or newer. Have no idea if they can even do what I want. I have also dabbled a bit in DEBUG, but have only gotten as far as dumping the contents of memory. Another idea was to create a ramdrive, but I am not sure if there is a way to choose where in memory it should be placed.
Any ideas? Thanks!