Mail Archives: djgpp/1992/08/17/14:03:13
>Hello,
> I am running go32 on a 486 machine with 4MB of memory,
>and running XMS (himem.sys). When executing go32 version 1.07 for my
>program, go32 complains with the following error message:
> Error: out of conventional memory
> I've tried installing EMM386.EXE with 2MB of memory,
>and the problem persists. How do I get go32 to recognize
>HIMEM.SYS or EMM386? (Both are MSDOS 5.0 code).
I posted a similar question last week - haven't gotten any replies.
I think GO32 does *not* recognize XMS memory - only VCPI.
I don't think that is the problem though. It just seems to me that you
cannot malloc a chunk of memory that will span real mem and disk
(virtual) mem. I.e., if you have 4 meg of real memory, you can't malloc
more than 4 at the git go (if you see what I am driving at)
- Raw text -