Skip to content

Releases: ImanolBarba/diskdump

0.91 stable-no-tcp

26 Dec 16:51

Choose a tag to compare

0.91 stable-no-tcp Pre-release
Pre-release

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

20 Dec 23:22

Choose a tag to compare

0.9 stable-no-tcp Pre-release
Pre-release

We got serial now!

0.8 stable-no-serial-no-tcp

07 Dec 00:08

Choose a tag to compare

Pre-release

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