Mail Archives: djgpp-workers/1998/04/20/09:06:43
On Mon, 20 Apr 1998, DJ Delorie wrote:
> Given the meaninglessness of the conversion, it might be better to
> provide a version that prints "there's no equivalent to coreleft in
> protected mode" and exits :-)
Programs which call `coreleft' want to know how much memory they can
use. So I don't think it is meaningless. The DPMI calls which return
free memory are okay, but they don't include the free blocks already
sbrk'ed by the program. Adding this latter memory will get the job done,
I think.
- Raw text -