Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!bradley.bradley.edu!buhub!sad From: sad@buhub.bradley.edu (Shrijay Dalal) Newsgroups: comp.os.msdos.misc Subject: Re: ramdrive.sys in extended memory Message-ID: <1991Apr2.043333.2073@bradley.bradley.edu> Date: 2 Apr 91 04:33:33 GMT References: <1991Apr01.154431.3609@ecst.csuchico.edu> Sender: news@bradley.bradley.edu Distribution: na Organization: Bradley University Lines: 46 Nntp-Posting-Host: buhub.bradley.edu In <1991Apr01.154431.3609@ecst.csuchico.edu> rreid@ecst.csuchico.edu (Ralph Reid III) writes: >I have included the following line in my config.sys file: >device=c:\dos\ramdrive.sys 1024 /e >I am attempting to set up a 1 MEG RAM disk in extended memory on a 386 >system, which (supposedly) has 4 MB of RAM installed. HOwever, so >far I have only been able to get a disk size of less than 400KB. What >must I do to get a larger RAM disk? Do not use RamDisk.Sys. The correct driver to use to set up extended memory as a RAM drive is VDISK.SYS. The syntax you need to use is: DEVICE=VDISK.SYS[bbbb][sss][eee][/E:{max}] where bbbb = specifies the virtual disk in size Kb. The minimum value you can specify is 16; the maximum is determined by the amount of free memory on your computer. The default value is 64 Kb. sss = specifies the sector size in bytes. The value may be 128, 256, or 512. The default value is 128 bytes. eee = specifies the maximum number of entries alloed in the root directory of the virtual disk. The minimum value is 16; the maximum is 1024. The default value is 64. So, you would put in you config.sys: DEVICE=C:\DOS\VDISK.SYS 1024 /E If your extended memory requires a driver for some programs to recognize it, place it before the above statement in your config.sys file. (i.e. DEVICE=C:\DOS\AEMM.SYS) Hope that helps... -- =============================================================================== Shrijay Dalal | "Sometimes I think the surest sign that Internet: sad@buhub.bradley.edu | intelligent life exists elsewhere in the am819@cleveland.freenet.edu | universe is that none of it has tried | to contact us." -- Calvin of C&H ==============================================================================