Date: Fri, 4 Dec 92 12:51:30 CST From: r0506055 AT solar DOT csie DOT ntu DOT edu DOT tw (Bird-Fang) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Memory allocation I am new to djgpp. First,Can I disable the djgpp virtual memory facility, because I run a memory allocation program(it just repeat the function "malloc()") to decide how many blocks(4k bytes)djgpp can on my 32M main memory. ,not the disk swap space. Second,related to first,In readme file ,djgpp announces it can support up to 128M of extended memory.But I run memory allocation program on 486 of 32M memory with XMS(himem.sys), I find djgpp just can access to 16M ,then it began to access disk space,and the other 16M memory is no use.If I want to access 32M totally,what driver is appropriate?(eg.EMS or XMS or VDISK......etc)