Mail Archives: djgpp/1994/09/20/14:41:53
i am trying to run groff, which was built with version 1.06 of djgpp.
i have himem.sys and emm386, with noems set, in my config.sys, as
indicated below. i get the following error when i try to run any
of the groff code (troff, pic) or go32:
cpu must be in real mode (not v86 mode) to run this program
the readme.1st file for djgpp says
Supported: 80386, 80387, 80486, XMS, himem.sys, VCPI, QEMM, 386MAX,
DesqView, Windows, OS/2, interrupts.
it does not say that emm386 is supported. i have the following questions:
- is emm386 supported in the latest rev of djgpp? if so, is the noems
option supported?
- if emm386 is supported w/o noems, then what are the consequences
to windows if noems is not used?
- does someone know of a version of groff that is compiled under a
newer version of djgpp?
thanks,
Carl R. Crawford Voice: 414-521-6572
GE Medical Systems Fax: 414-521-6549
P.O. Box 414, W-875 Pager: 414-558-7790
Milwaukee, WI 53201 Email: crawfordc AT med DOT ge DOT com
CONFIG.SYS:
----------
DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE NOEMS HIGHSCAN WIN=E500-E7FF
WIN=E200-E4FF
BUFFERS=15,0
FILES=30
DOS=UMB
LASTDRIVE=E
FCBS=4,0
DOS=HIGH
DEVICEHIGH /L:1,12048 =C:\DOS\SETVER.EXE
DEVICEHIGH /L:0;1,8112 /S =C:\DOS\POWER.EXE
STACKS=9,256
- Raw text -