View Single Post
  #12  
Old 08-25-2008, 11:56 AM
unix unix is offline
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: DOS and 4GB of RAM


wrote in message
news:f848e05a-9cf2-4dd3-847c-34e205539116@8g2000hse.googlegroups.com...

> Does anyone know of a ramdisk for dos which supports MORE than a 2 GB
> as its maximum? With 64K cluster size and FAT16, we should be able to
> support up to 4 GB as a DOS ramdrive. Can anyone hack XMSDISK or
> SRDISK to support 64k cluster sizes?


The 2GB partition limit is imposed by the maximum number of clusters and the
largest cluster size.
The size of a cluster must be a power of 2 and less than 65,536 bytes--this
results in a maximum cluster size of 32,768 bytes (32K).
Multiplying the maximum number of clusters (65,525) by the maximum cluster
size (32,768) equals 2 GB.

cheers,

Lance


Reply With Quote