I'm looking for the reference/documentation of the dos.h API. (especially for an openwatcom specific version).

Where to get the documentation?

link|improve this question

72% accept rate
Does something like This help? – sverre Apr 13 '11 at 21:34
This header was used before Al Gore invented the Internet. This stuff used to be printed on paper. – Hans Passant Apr 13 '11 at 23:28
feedback

3 Answers

up vote 3 down vote accepted

One reasonable starting point would probably be the library documentation at OpenWatcom.

link|improve this answer
feedback

http://poli.cs.vsb.cz/c/help/dos.htm

Almost certainly not the original but a good resource anyway

link|improve this answer
feedback

Using the int 21h function reference widely available you could write your own DOS interface routine where the parameters are loaded into the appropriate registers inside the routine.

As I recall I needed three functions: one for character IO (byte register parameters), one for semi-complex (word register parameters - files, memory) and a third which I can no longer remember :(

It's a good exercise!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.