summaryrefslogtreecommitdiff
path: root/dosutil
Commit message (Collapse)AuthorAgeFilesLines
* dosutil/Makefile: more complete structureH. Peter Anvin2009-07-051-8/+20
| | | | | | More complete and consistent structure for dosutil/Makefile. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* dosutil: update mdiskchk, add MakefileH. Peter Anvin2009-07-054-20/+38
| | | | | | | | Update mdiskchk and add a Makefile. Note that since this needs OpenWatcom to compile, we still check in the binary file (which is quite small, anyway.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Create a dosutil subdirectory and move mdiskchk thereH. Peter Anvin2009-06-262-0/+146
DOS utilities aren't really "samples". Create a dedicated "dosutil" directory, and move mdiskchk there for now. Signed-off-by: H. Peter Anvin <hpa@zytor.com>