• QuickDOS question

    From Marc Golombeck@21:1/5 to All on Thu Jan 6 05:27:49 2022
    I was helpfully hinted to QuickDOS loader by Antoine which works so far but there is a problem that files are only read to a maximum of two tracks (ca. 8k) into memory. The same files read fine with standard DOS 3.3

    As I have seen from the IKARI disk which uses this QuickDOS there are also larger files that are read successfully into memory so I am kind of stuck why my files won't get read?

    Maybe there are any hints / ideas what I am doing wrong?

    Thx,

    Marc

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Golombeck@21:1/5 to qkumba on Thu Jan 6 08:10:17 2022
    qkumba schrieb am Donnerstag, 6. Januar 2022 um 17:01:40 UTC+1:
    QuickDOS expects files to have their sectors in a particular order. If your file is somehow fragmented (e.g., T04S0E, T04S0D, T05S0F) then it won't load completely.

    Is your loader routine also bound to a particular sector order?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From qkumba@21:1/5 to All on Thu Jan 6 08:01:39 2022
    QuickDOS expects files to have their sectors in a particular order. If your file is somehow fragmented (e.g., T04S0E, T04S0D, T05S0F) then it won't load completely.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From qkumba@21:1/5 to All on Fri Jan 7 15:47:05 2022
    No.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)