Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!wuarchive!psuvax1!rutgers!att!cbnewsh!twb From: twb@cbnewsh.ATT.COM (thomas.w.beattie) Newsgroups: comp.sys.ibm.pc Subject: Re: Can ramdisk & LIM memory co-exist on same expansion board? Summary: Yes! Message-ID: <5484@cbnewsh.ATT.COM> Date: 4 Nov 89 00:04:57 GMT References: <387@gvlv2.GVL.Unisys.COM> Reply-To: twb@cbnewsh.ATT.COM (thomas.w.beattie,ho,) Distribution: na Organization: AT&T Bell Laboratories Lines: 32 In article <387@gvlv2.GVL.Unisys.COM> miller@gvlv3.gvl.unisys.com (Bruce J. Miller) writes: > >I have added an Everex RAM3000 memory expansion board with 3 Meg to my >Hyundai 286C. I would like to have part of this board as a ramdisk for >my own uses with the rest as LIM memory for those programs which can take >advantage of it. > I use an AT&T PC6300 Plus (80286 based) PC with a 2Meg expanded memory card. I use the AEMM.SYS driver to access it. I use the AEX.SYS driver to allocate 1Meg of the expanded memory as extended memory and then make that 1Meg into a ramdisk with RAMDISK.DEV. I use SMARTDRV.SYS to establish a 512K Cache in expanded memory. The remaining 512K of expanded memory is available as expanded memory for whatever program wants to use it. I also allocate the "upper" 384K of the 1Meg on the motherboard as another ramdisk. (I think RAMDRIVE.SYS and SMARTDRV.SYS are from MicroSoft). Here is a fragment of my config.sys. device=C:\DRIVERS\RAMDRIVE.SYS 384 /U device=C:\DRIVERS\AEMM.SYS device=C:\DRIVERS\AEX.SYS 1024 device=C:\DRIVERS\RAMDISK.DEV /M=1024/E/DIR=128 device=C:\DRIVERS\SMARTDRV.SYS 512 /a --- Tom Beattie att!hoqaa!twb t.w.beattie@att.com