muta...@gmail.com
2021-04-04 15:10:38 UTC
I would like to know if the MSDOS executables I
produce are capable of running on MSDOS 1.0
or whether I used some functions it doesn't
support.
I don't care if MSDOS 1.0 doesn't support
subdirectories etc. So long as my executable
doesn't rely on that, and just calls open(), I
should be fine.
I'm using these functions:
public ___open
public ___creat
public ___read
public ___write
public ___seek
public ___close
public ___remove
public ___rename
public ___allocmem
public ___freemem
public ___setj
public ___longj
public ___exec
public ___datetime
I have seen a lot of applications cite MSDOS 2.0
as the minimum they support, and at the moment
I don't actually know what my minimum is.
Also, if my minimum happens to be 2.0 also, is
there anything I can do for my executables to
support both 2.0 and 1.0?
Thanks. Paul.
produce are capable of running on MSDOS 1.0
or whether I used some functions it doesn't
support.
I don't care if MSDOS 1.0 doesn't support
subdirectories etc. So long as my executable
doesn't rely on that, and just calls open(), I
should be fine.
I'm using these functions:
public ___open
public ___creat
public ___read
public ___write
public ___seek
public ___close
public ___remove
public ___rename
public ___allocmem
public ___freemem
public ___setj
public ___longj
public ___exec
public ___datetime
I have seen a lot of applications cite MSDOS 2.0
as the minimum they support, and at the moment
I don't actually know what my minimum is.
Also, if my minimum happens to be 2.0 also, is
there anything I can do for my executables to
support both 2.0 and 1.0?
Thanks. Paul.