Quick Links
FreeDOS.ORG Main Page Developers' Page |
John Price linux-guru@gcfl.net 27-Apr-1999 Both the FreeDOS kernel and FreeCom have a "history.txt" file where people that contribute to either project should add comments about what changes they have implemented. There are no strict guidelines for these files now, but you can look at the file to see how everyone else does it. Most people just include what changes they made (and why if necessary) and sometimes specify what files they changed. When you create the patch file (see below) it will contain the changes to the history.txt file, as well as all the other changes you made. Then when I get it, I can read your entry in the history.txt file and see what all you did. Making patch files:The "diff" program referred to within is available for UN*X and DOS OS's. Both versions are available on the GCFL FTP site at ftp://ftp.gcfl.net/FreeDOS/tools. The patch files I refer to are really just the output that the diff program creates. I call them that because I use a program called "patch" to merge your patch file into my source code. Sorry if this seems confusing. Here is a description of the diff program from the GNU web page (http://www.gnu.org):Points to remember:
These are the command line options I recommend for creating patch files for the FreeDOS project.
If you have version 0.76b of FreeCom in the directory "FREECOM\ORIG", and a copy of the same source tree, but with your changes included, in a directory called "FREECOM\NEW", and you want to create a patch file called "patch.txt", then you need to change to the directory "FREECOM", and issue this command: Always put the original directory name first, then the new directory name. You can upload your patches to ftp://ftp.gcfl.net/incoming and send an email to John Price (linux-guru@gcfl.net). |
Page created and maintained by Rob Lake
(with a little help from John Price and
James Hall :-)