Mail Archives: djgpp-workers/1998/08/03/14:43:47
> QEMM, CWSDPMI, DJGPP v202: works fine:
> es = 0xffff; bp = 0xb4f2; font_seg = 0x2634; src = 0x10b4e2; dest = 0x26340.
>
> No EMM386, DISPLAY.SYS, DJGPP v202: works fine:
> es = 0xffff; bp = 0xbf32; font_seg = 0x5634; src = 0x10bf22; dest = 0x56340.
>
> EMM386, DISPLAY.SYS, DJGPP v202: crashes:
> es = 0xffff; bp = 0xbf32; font_seg = 0x2e34; src = 0x10bf22; dest = 0x2e340.
> Exiting due to signal SIGSEGV
> Page fault at eip=00001e67, error=0005
There is a bug in this version of EMM386 which does not map the HMA into the
page tables. Using QEMM as the EMM provider, or using no EMM provider both
work fine. Since EMM386 is broken, it should be replaced by a different
version or with QEMM.
- Raw text -