-
Notifications
You must be signed in to change notification settings - Fork 2
Notes
This is a space for miscellaneous notes which don't necessarily fit in a structured document.
SerialDisk uses the CRC32/POSIX algorithm to generate checksums.
More info: http://reveng.sourceforge.net/crc-catalogue/17plus.htm#crc.cat.crc-32-cksum
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.
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.