Mail Archives: djgpp/1996/07/05/10:16:40
Dominique Micollet (dmicolet AT u-bourgogne DOT fr) wrote:
: Today, I think that using a ramdisk which DJGPP is not a good idea because
: the consumed memory is lost for DJGPP : the program will swap more frequently.
: Am I right on this last point ?
:
Not really. I use a program that is a combined disk cache AND ramdisk. It
shares the memory dinamically between the cache and the ramdisk. If I
allocate 5 Megs of XMS for this program I have a virtually 5 Megs
large ramdisk and a virtually 5 Megs large cache. The rest from my 16 Megs
can be used by DJGPP.
Bye, ML
Ps: This program is called COMBI. Search for combi118.zip (or similar) if
interested.
- Raw text -