> Can PDOS run programs that are run with
> CWSDPMI (for example DJGPP)?

Hi Ercan.

PDOS uses a relocatable a.out format for the
executables. I used a.out format because that
is what EMX 0.9d uses internally. But PDOS
will not even run a DOS-extended EMX
executable. It is only capable of running
a.out format, so everything needs to be
recompiled for the platform.

It’s not just the executable format that is
different. The parameters passed to the
executable are also different.

This is the sort of thing I really need to
discuss though. E.g. how to pass a long
parameter to the program instead of
having the 128-byte restriction from
MSDOS.

BFN. Paul.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to