[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

what sector mapping is this?



Hi,

I am looking at a DSK file (specifically, the nifty NakedOS dsks from
http://bitbucket.org/martin.haye/super-mon/wiki/Home ) and would like
to map the sectors as viewed by the physical machine with offsets into
the DSK file, but the mapping of sectors to offsets doesn't seem to be
either a straight physical order (i.e. sector Track 0. sector 1 =
offset $100, track 0 sector 2 = offset $200 etc) or the mapping I use
for DOS 3.3 order disks.

What I have been able to work out (by finding the distinctive
catalogue sectors in track $00) is sector $0A is at offset $300,
sector $0B is offset $A00, and sector $0C is offset $0200

Any idea what the mapping of the rest of the sectors would be?

Cheers

Jonno