Skip to content
Andrew edited this page Jul 11, 2023 · 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.

Reset-proof applications

There is lots of good documentation on the internet describing how warm-reset-proof application work, but I couldn't find a simple example.

Thanks to TOS disassembly efforts, the relevant code in TOS can now be found online.

I've created reset-proof example code which can run in Easy68K.

Clone this wiki locally