Mail Archives: djgpp/1999/03/04/12:07:48
On 4 Mar 1999, Clark L. Coleman wrote:
> Is there anything special I need to do to use the ring-0 version? (If
> this can be answered through "info", just point me to it.)
You need to stubedit the program which needs ring-0 so that the default
DPMI server is CWSDPR0.EXE instead of CWSDPMI.EXE. (You could of course
rename CWSDPR0 to CWSDPMI, but that's less convenient if you need to run
other DJGPP programs on the same machine).
> One more question: running in this fashion on DOS, am I going to be
> able to compile a program with an array that is about 8 MBytes in
> size?
CWSDPR0 disables virtual memory, so the answer depends on how much memory
do you have physically installed on the target machine.
The compiler and linker, of course, can use CWSDPMI, so compilation isn't
the problem; running the program is.
- Raw text -