Closed micahcochran closed 3 years ago
Is this just an update to 1.3.1? If so I would like to merge and tag it as such. Then additional changes can be made.
Yes.
The code is marked BETA. There is #define BETA_RELEASE
in MAIN.H that marks it as beta.
The code was downloaded from http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/latest/base/fdisk.zip
I should probably run some kind of tool on PDISKIO.C, so that it does not replace lines of code that is only differ because of spacing.
I redid the commit so that PDISKIO.C skipped lines that don't differ for line spacing.
This PR contains the source differences from 1.2.1 to version 1.3.1 Beta.
There seems to be a few good changes that were made in the BETA version. I'm not necessarily advocating for this to be merged.
(I anticipate that my next PR to be making sure that this compiles under Turbo C++ 3.0. The PR after that I will replace some of the inline assembly code in order to make the code a little more portable for different compilers.)
Here are some of the change in
NEWS.TXT
:ALSO There was a note about the upcoming version.