Mail Archives: djgpp/1996/07/31/01:43:13
On 30 Jul 1996, PENG ZHOU wrote:
> I am running windows 95 and also will be able to switch to DOS mode
> by selecting restart computer in DOS mode. But it seemed that the
> W95's SPMI emulator runs faster and make DJGPP programs runs faster
> than if it were in DOS using DPMI(CWSDPMI).
Details, please. What programs did you run, what do those programs do
most of the time (if you run programs supplied with DJGPP, just tell
what is the command line you used to invoke them), what is the difference
in the elapsed times, etc. It is impossible to comment on this issue
unless you tell at least that much.
In general, if your programs mostly do file I/O, then you should expect
them to be twice as fast under Win95, because it bypasses DOS completely
and does all file operations in 32-bit protected mode. This has nothing
to do with the DPMI services, you just run on faster operating system.
(When in DOS mode, the 32-bit file access feature doesn't work.)
- Raw text -