Releases: ImanolBarba/diskdump
Releases · ImanolBarba/diskdump
0.91 stable-no-tcp
Minor fixes:
- More serial speeds are now supported
- stdout output was fixed
- Fixed some potential lockups scenarios when using CTRL-BREAK
This is the first release made with OpenWatcom, so the binary is a little bit larger. If you find new issues compared to 0.9 please file an issue and I'll look into it ASAP
0.9 stable-no-tcp
We got serial now!
0.8 stable-no-serial-no-tcp
Current stable prerelease. Confirmed working on 8088 IBM PC with PC-DOS 2.0
Outstanding issues:
- Now that I've got into the wonderful world of different manufacturer BIOSes bugs, I need to add alternative methods for drive detection, otherwise it fails on certain setups.
- ZMODEM support is not gonna happen and will be replaced by a companion app most likely. The reason for this is that ZMODEM is so complicated it would outweigh considerably the current binary. MAYBE I'll go for XMODEM but most likely I will just roll my own protocol here.
- TCP is still not done