Howto receive 4GB memory as one chunk, DPMI + Watcom C (Developers)
> I had develop software (text editor) and I want open very huge files. My
> problem is - dpmi hosts does not return memory as one chunk. So, watcom
> memory manager use memory only from one chunk (~64mb, with causeway
> extender - 220mb). How to received full memory as one chunk?
>
> My target - open 3-3.5gb text file. Now, I can open only little bit more
> 40mb :(
> May be somebody have any advise..
If the problem is in the standard library, you should try allocating memory directly either via DPMI functions or HIMEM.SYS (possibly, before the main .EXE, and then map it via DPMI).
Alex
Complete thread:
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - DosWorld
, 06.02.2019, 23:06 (Developers)
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - RayeR
, 07.02.2019, 02:03
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - DosWorld
, 14.02.2019, 01:36
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - DosWorld
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - alexfru
, 07.02.2019, 09:55
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - DosWorld
, 14.02.2019, 01:30
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - alexfru
, 14.02.2019, 10:32
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - Laaca
, 14.02.2019, 17:40
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - DosWorld
, 14.02.2019, 22:05
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - Laaca
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - alexfru
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - DosWorld
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - CandyMan
, 14.02.2019, 18:08
- Howto receive 4GB memory as one chunk, DPMI + Watcom C - RayeR