Цитата Сообщение от alsp Посмотреть сообщение
In my opinion - best way to move TRD image to the RAM drive - make per sector copy - i.e. read each sector from TRD image and after that write it to the RAM drive using usual TRDOS function. In this case you will be abstracted from internal specific of RAM drive... and all functioanlity should work correctly. As I know WDC software use similar algoritm when make unTRD operation...
Thanks a lot for the answer. Velesoft told me, he is already in contact with you.

I just wanted to avoid completely programming in TRDOS, because this is not my native system. So, you really do not know what extra work must be done (XOR checksums, etc.) if we want to import TRD image into RAM banks and at the same time avoid TRDOS programming?

I thought just ldirs would be fine, but this is not enough, TRDOS freezes.

Thank you

Hood