Thanks Joan,
Unfortunately I don't have any MFM drive I can image. This is why I'm hoping someone on this list can help me out. It's understandable if you can't share your drive image, but might it be possible for you to share the tag metadata file that you will have recovered from your Priam drive when you created an image of it?
The metadata file (called <image name>.metadata) shouldn't contain any private information at all, and if I combine that with an all-zeros file that is exactly the same size as the extracted data file that you recovered alongside of it, I should be able to use ext2emu to create a proper PERQ-formatted disk image. ext2emu can't create PERQ_T2-formatted emulator files without a metadata file.
Which variety of DIB do you have: Maxtor or Micropolis? I actually have three of them, all Micropolis types, but my understanding is that both models should be compatible with most MFM drives.
Thanks for the theory about what's bothering my PERQ... DDS=231 does look like a memory issue, but skeezicsb and I have been wondering if this might be a red herring. Last night I found out that this PERQ can boot PNX from a floppy disk, and the kind of operations that POS is doing on RAM in that part of InitMemory and in ChangeSize don't seem very complicated at all in comparison to getting a full-blown UNIX up and running.
Instead, since ChangeSize contains a few references to the disk (using it for swapping, etc.), we've wondered if our POS boot floppy might require a correctly-formatted disk in order to avoid running into troubles. I'm a bit dubious that this should be the problem, particularly given the log messages from mfm_emu (see my other question), but it would be very nice to rule out the disk as a possible culprit.
(Finally, in case the thought crossed anyone's mind: I can't low-level format a drive in PNX for use with POS because at this point we still don't have a functioning display. I can't see what I'm typing yet --- instead, it's just DDS=255 that tells me that we have a successful PNX boot.)
Thanks again,
--T