Mail Archives: djgpp/1997/06/05/04:20:53
On 4 Jun 1997, Pascal Massimino wrote:
> * why is _djgpp_conventional_base value so high !?
> I used to deprotect (_djgpp_nearptr_enable()) all
> memory to access VIDEO ram, but under DOSemu, the kernel
> won't let me... So I used my own allocated segment, but
> that's painful a coding :)
This has nothing to do with the valeu of `__djgpp_conventional_base',
high or low. It's just that DOSEmu won't let you use the hack that
enables near pointers, because it effectively disables memory
protection. This is clearly explained in the DJGPP FAQ list (section
18.6).
- Raw text -