Skip to content
Andrew edited this page Jun 16, 2019 · 5 revisions

This is a space for miscellaneous notes which don't necessarily fit in a structured document.

CRC32

SerialDisk uses the CRC32/POSIX algorithm to generate checksums.

More info: http://reveng.sourceforge.net/crc-catalogue/17plus.htm#crc.cat.crc-32-cksum

Atari ST drive letters

TOS can accept drive letters from A-P. Mounting a drive with a "higher" letter will work, but causes issues when attempting to access the drive. As A and B are usually used for floppy disks, SerialDisk accepts drive letters C-P.

Clone this wiki locally