From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: 32-bit apps from ramdisk Date: Sun, 17 Sep 2000 23:27:40 Organization: Aspen Technology, Inc. Lines: 10 Message-ID: <39c5536c.sandmann@clio.rice.edu> References: <39c4ece8$1 AT news DOT gemsoft DOT net> NNTP-Posting-Host: dcloan.hou.aspentech.com X-Trace: selma.aspentech.com 969251453 23484 10.32.115.107 (18 Sep 2000 04:30:53 GMT) X-Complaints-To: postmaster AT aspentech DOT com NNTP-Posting-Date: 18 Sep 2000 04:30:53 GMT X-NewsEditor: ED-1.5.8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I have developed a fake UNIX console with DJGPP and I want it to > run from a big ramdrive (ramdrive.sys as part of DOS) and I would > like to run a DJGPP executeable from the virtual disk. It is quite > easy to run on the hard drive with CWSDPMI, but on the ramdisk > the DPMI server does not appear to work. Tell me more. This may depend on the ramdrive version and how your memory management is configured. In particular, I fixed a bug using VDISK type ramdisks in CWSDPMI r5's beta. Try it and see if it helps.