It almost works.
I have a proof of concept for threads.
Getting a working DOS system is a tricky. There are many emulators but they don't all work.
djgpp most resembles Posix.
But djgpp uses paths like c:/foo
This doesn't fit our Posix.
The two path implementations should be compiled, and switched at runtime via C ifdef.
I tried just using the Win32 code but hit a strange type problem.
It almost works.
I have a proof of concept for threads.
Getting a working DOS system is a tricky. There are many emulators but they don't all work.
djgpp most resembles Posix.
But djgpp uses paths like c:/foo
This doesn't fit our Posix.
The two path implementations should be compiled, and switched at runtime via C ifdef.
I tried just using the Win32 code but hit a strange type problem.